Searched refs:cipher_id (Results 1 – 3 of 3) sorted by relevance
23 mbedtls_cipher_id_t cipher_id; member42 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() argument143 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()
427 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_values( const mbedtls_cipher_id_t cipher_id,
129 const mbedtls_cipher_id_t cipher_id, in mbedtls_cipher_info_from_values() argument136 if( def->info->base->cipher == cipher_id && in mbedtls_cipher_info_from_values()
Completed in 7 milliseconds