Home
last modified time | relevance | path

Searched refs:cipher_alg (Results 1 – 8 of 8) sorted by relevance

/mbedtls-3.7.0/tests/suites/
Dtest_suite_pkcs12.function79 mbedtls_cipher_type_t cipher_alg = (mbedtls_cipher_type_t) cipher;
95 my_ret = mbedtls_pkcs12_pbe(&pbe_params, MBEDTLS_PKCS12_PBE_ENCRYPT, cipher_alg,
111 my_ret = mbedtls_pkcs12_pbe_ext(&pbe_params, MBEDTLS_PKCS12_PBE_ENCRYPT, cipher_alg,
134 mbedtls_cipher_type_t cipher_alg = (mbedtls_cipher_type_t) cipher;
150 my_ret = mbedtls_pkcs12_pbe(&pbe_params, MBEDTLS_PKCS12_PBE_DECRYPT, cipher_alg,
167 my_ret = mbedtls_pkcs12_pbe_ext(&pbe_params, MBEDTLS_PKCS12_PBE_DECRYPT, cipher_alg,
/mbedtls-3.7.0/library/
Doid.c673 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()
Dpkcs5.c142 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()
Dpkparse.c877 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()
Dpsa_crypto_core.h49 int psa_can_do_cipher(psa_key_type_t key_type, psa_algorithm_t cipher_alg);
Dpsa_crypto.c295 int psa_can_do_cipher(psa_key_type_t key_type, psa_algorithm_t cipher_alg) in psa_can_do_cipher() argument
298 (void) cipher_alg; in psa_can_do_cipher()
/mbedtls-3.7.0/include/mbedtls/
Doid.h705 int mbedtls_oid_get_cipher_alg(const mbedtls_asn1_buf *oid, mbedtls_cipher_type_t *cipher_alg);
719 mbedtls_cipher_type_t *cipher_alg);
/mbedtls-3.7.0/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md607 int psa_can_do_cipher(psa_key_type_t key_type, psa_algorithm_t cipher_alg);