Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_DES_INVALID_INPUT_LENGTH (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Ddes.h29 #define MBEDTLS_ERR_DES_INVALID_INPUT_LENGTH -0x0032 macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Derror.c647 case -(MBEDTLS_ERR_DES_INVALID_INPUT_LENGTH): in mbedtls_low_level_strerr()
H A Ddes.c637 return MBEDTLS_ERR_DES_INVALID_INPUT_LENGTH; in mbedtls_des_crypt_cbc()
735 return MBEDTLS_ERR_DES_INVALID_INPUT_LENGTH; in mbedtls_des3_crypt_cbc()
H A Dpsa_crypto.c419 case MBEDTLS_ERR_DES_INVALID_INPUT_LENGTH: in mbedtls_to_psa_error()