Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/core/
H A Dcmac.c42 cipher_info = mbedtls_cipher_info_from_values(c->cipher_id, in mbed_cmac_init()
143 cipher_info = mbedtls_cipher_info_from_values(cipher_id, key_bitlen, in crypto_cmac_alloc_ctx()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcipher.h424 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_values(const mbedtls_cipher_id_t cipher_id,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dnist_kw.c60 cipher_info = mbedtls_cipher_info_from_values(cipher, in mbedtls_nist_kw_setkey()
H A Dpsa_crypto_cipher.c273 return mbedtls_cipher_info_from_values(cipher_id_tmp, (int) key_bits, mode); in mbedtls_cipher_info_from_psa()
H A Dccm.c72 cipher_info = mbedtls_cipher_info_from_values(cipher, keybits, in mbedtls_ccm_setkey()
H A Dgcm.c186 cipher_info = mbedtls_cipher_info_from_values(cipher, keybits, in mbedtls_gcm_setkey()
H A Dcipher.c118 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_values( in mbedtls_cipher_info_from_values() function