Home
last modified time | relevance | path

Searched refs:cipher_type (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dpkcs12.h90 mbedtls_cipher_type_t cipher_type,
140 mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type,
H A Dcipher.h408 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_type(const mbedtls_cipher_type_t cipher_type);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpkcs12.c124 mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type,
133 mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type, in mbedtls_pkcs12_pbe() argument
144 return mbedtls_pkcs12_pbe_ext(pbe_params, mode, cipher_type, md_type, in mbedtls_pkcs12_pbe()
151 mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type, in mbedtls_pkcs12_pbe_ext() argument
170 cipher_info = mbedtls_cipher_info_from_type(cipher_type); in mbedtls_pkcs12_pbe_ext()
H A Dcmac.c742 mbedtls_cipher_type_t cipher_type, in cmac_test_subkeys() argument
752 cipher_info = mbedtls_cipher_info_from_type(cipher_type); in cmac_test_subkeys()
781 cipher_type == MBEDTLS_CIPHER_AES_192_ECB) { in cmac_test_subkeys()
838 mbedtls_cipher_type_t cipher_type, in cmac_test_wth_cipher() argument
846 cipher_info = mbedtls_cipher_info_from_type(cipher_type); in cmac_test_wth_cipher()
866 (cipher_type == MBEDTLS_CIPHER_AES_192_ECB || in cmac_test_wth_cipher()
867 cipher_type == MBEDTLS_CIPHER_DES_EDE3_ECB)) { in cmac_test_wth_cipher()
H A Dcipher.c87 const mbedtls_cipher_type_t cipher_type) in mbedtls_cipher_info_from_type() argument
92 if (def->type == cipher_type) { in mbedtls_cipher_info_from_type()