Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_AES_INVALID_KEY_LENGTH (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libmbedtls/core/
H A Daes.c35 return MBEDTLS_ERR_AES_INVALID_KEY_LENGTH; in mbedtls_aes_setkey_enc()
52 return MBEDTLS_ERR_AES_INVALID_KEY_LENGTH; in mbedtls_aes_setkey_dec()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Daes.h44 #define MBEDTLS_ERR_AES_INVALID_KEY_LENGTH -0x0020 macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Derror.c551 case -(MBEDTLS_ERR_AES_INVALID_KEY_LENGTH): in mbedtls_low_level_strerr()
H A Daesce.c395 return MBEDTLS_ERR_AES_INVALID_KEY_LENGTH; in mbedtls_aesce_setkey_enc()
H A Daesni.c838 default: return MBEDTLS_ERR_AES_INVALID_KEY_LENGTH; in mbedtls_aesni_setkey_enc()
H A Daes.c587 default: return MBEDTLS_ERR_AES_INVALID_KEY_LENGTH; in mbedtls_aes_setkey_enc()
771 default: return MBEDTLS_ERR_AES_INVALID_KEY_LENGTH; in mbedtls_aes_xts_decode_keys()
H A Dpsa_crypto.c343 case MBEDTLS_ERR_AES_INVALID_KEY_LENGTH: in mbedtls_to_psa_error()