Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/core/
H A Dcmac.c159 if (mbed_res == MBEDTLS_ERR_CIPHER_ALLOC_FAILED) in crypto_cmac_alloc_ctx()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Derror.c192 case -(MBEDTLS_ERR_CIPHER_ALLOC_FAILED): in mbedtls_high_level_strerr()
H A Dpsa_util.c69 { PSA_ERROR_INSUFFICIENT_MEMORY, MBEDTLS_ERR_CIPHER_ALLOC_FAILED }
H A Dcipher.c287 return MBEDTLS_ERR_CIPHER_ALLOC_FAILED; in mbedtls_cipher_setup()
322 return MBEDTLS_ERR_CIPHER_ALLOC_FAILED; in mbedtls_cipher_setup_psa()
402 return MBEDTLS_ERR_CIPHER_ALLOC_FAILED; in mbedtls_cipher_setkey()
H A Dcmac.c164 return MBEDTLS_ERR_CIPHER_ALLOC_FAILED; in mbedtls_cipher_cmac_setup()
H A Dpsa_crypto.c393 case MBEDTLS_ERR_CIPHER_ALLOC_FAILED: in mbedtls_to_psa_error()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcipher.h42 #define MBEDTLS_ERR_CIPHER_ALLOC_FAILED -0x6180 macro