Home
last modified time | relevance | path

Searched refs:cipher_id (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/core/
A Dcmac.c23 mbedtls_cipher_id_t cipher_id; member
42 cipher_info = mbedtls_cipher_info_from_values(c->cipher_id, in mbed_cmac_init()
84 if (c->cipher_id == MBEDTLS_CIPHER_ID_3DES) in mbed_cmac_final()
128 const mbedtls_cipher_id_t cipher_id, in crypto_cmac_alloc_ctx() argument
143 cipher_info = mbedtls_cipher_info_from_values(cipher_id, key_bitlen, in crypto_cmac_alloc_ctx()
152 c->cipher_id = cipher_id; in crypto_cmac_alloc_ctx()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dcipher.h427 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_values( const mbedtls_cipher_id_t cipher_id,
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dcipher.c129 const mbedtls_cipher_id_t cipher_id, in mbedtls_cipher_info_from_values() argument
136 if( def->info->base->cipher == cipher_id && in mbedtls_cipher_info_from_values()

Completed in 7 milliseconds