Home
last modified time | relevance | path

Searched refs:MBEDTLS_CIPHER_AES_192_CCM (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcipher.h124 MBEDTLS_CIPHER_AES_192_CCM, /**< AES cipher with 192-bit CCM mode. */ enumerator
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcipher_wrap.c739 MBEDTLS_CIPHER_AES_192_CCM,
2371 { MBEDTLS_CIPHER_AES_192_CCM, &aes_192_ccm_info },
H A Dcipher.c142 case MBEDTLS_CIPHER_AES_192_CCM: in mbedtls_psa_translate_cipher_type()
H A Dssl_tls.c2501 case MBEDTLS_CIPHER_AES_192_CCM: in mbedtls_ssl_cipher_to_psa()