mbedtls_des_setkey() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_des_setkey() function

Internal function for key expansion. (Only exposed to allow overriding it, see MBEDTLS_DES_SETKEY_ALT) \warning DES is considered a weak cipher and its use constitutes a security risk. We recommend considering stronger ciphers instead.

Syntax

void mbedtls_des_setkey( uint32_t SK[32],     const unsigned char key[MBEDTLS_DES_KEY_SIZE] );

Arguments

SK

Round keys

key

Base key

References

LocationText
des.h:338
void mbedtls_des_setkey( uint32_t SK[32],