Searched refs:cipher_type (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | pkcs12.h | 90 mbedtls_cipher_type_t cipher_type, 140 mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type,
|
| H A D | cipher.h | 408 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 D | pkcs12.c | 124 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 D | cmac.c | 742 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 D | cipher.c | 87 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()
|