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

mbedtls_des_init() function

Initialize DES context \warning DES is considered a weak cipher and its use constitutes a security risk. We recommend considering stronger ciphers instead.

Syntax

void mbedtls_des_init( mbedtls_des_context *ctx );

Arguments

ctx

DES context to be initialized

References

LocationText
des.h:94
void mbedtls_des_init( mbedtls_des_context *ctx );