Searched refs:cipher_alg (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | oid.c | 673 mbedtls_cipher_type_t cipher_alg; member 704 FN_OID_TYPED_FROM_ASN1(oid_cipher_alg_t, cipher_alg, oid_cipher_alg) 707 cipher_alg, 709 cipher_alg) 888 mbedtls_cipher_type_t cipher_alg; member 918 cipher_alg) in FN_OID_TYPED_FROM_ASN1()
|
| H A D | pkcs5.c | 142 mbedtls_cipher_type_t cipher_alg; in mbedtls_pkcs5_pbes2_ext() local 182 if (mbedtls_oid_get_cipher_alg(&enc_scheme_oid, &cipher_alg) != 0) { in mbedtls_pkcs5_pbes2_ext() 186 cipher_info = mbedtls_cipher_info_from_type(cipher_alg); in mbedtls_pkcs5_pbes2_ext()
|
| H A D | psa_crypto_core.h | 37 int psa_can_do_cipher(psa_key_type_t key_type, psa_algorithm_t cipher_alg);
|
| H A D | pkparse.c | 877 mbedtls_cipher_type_t cipher_alg; in mbedtls_pk_parse_key_pkcs8_encrypted_der() local 925 if (mbedtls_oid_get_pkcs12_pbe_alg(&pbe_alg_oid, &md_alg, &cipher_alg) == 0) { in mbedtls_pk_parse_key_pkcs8_encrypted_der() 927 cipher_alg, md_alg, in mbedtls_pk_parse_key_pkcs8_encrypted_der()
|
| H A D | psa_crypto.c | 290 int psa_can_do_cipher(psa_key_type_t key_type, psa_algorithm_t cipher_alg) in psa_can_do_cipher() argument 293 (void) cipher_alg; in psa_can_do_cipher()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | oid.h | 705 int mbedtls_oid_get_cipher_alg(const mbedtls_asn1_buf *oid, mbedtls_cipher_type_t *cipher_alg); 719 mbedtls_cipher_type_t *cipher_alg);
|