Home
last modified time | relevance | path

Searched defs:hash_alg (Results 1 – 12 of 12) sorted by relevance

/mbedtls-development/include/psa/
A Dcrypto_values.h936 #define PSA_ALG_HMAC(hash_alg) \ argument
1349 #define PSA_ALG_RSA_PKCS1V15_SIGN(hash_alg) \ argument
1381 #define PSA_ALG_RSA_PSS(hash_alg) \ argument
1399 #define PSA_ALG_RSA_PSS_ANY_SALT(hash_alg) \ argument
1470 #define PSA_ALG_ECDSA(hash_alg) \ argument
1505 #define PSA_ALG_DETERMINISTIC_ECDSA(hash_alg) \ argument
1714 #define PSA_ALG_RSA_OAEP(hash_alg) \ argument
1744 #define PSA_ALG_HKDF(hash_alg) \ argument
1789 #define PSA_ALG_TLS12_PRF(hash_alg) \ argument
1835 #define PSA_ALG_TLS12_PSK_TO_MS(hash_alg) \ argument
[all …]
A Dcrypto_extra.h383 #define PSA_ALG_DSA(hash_alg) \ argument
401 #define PSA_ALG_DETERMINISTIC_DSA(hash_alg) \ argument
/mbedtls-development/library/
A Dssl_tls13_keys.c137 mbedtls_md_type_t hash_alg, in mbedtls_ssl_tls1_3_hkdf_expand_label()
200 mbedtls_md_type_t hash_alg, in mbedtls_ssl_tls1_3_make_traffic_keys()
247 mbedtls_md_type_t hash_alg, in mbedtls_ssl_tls1_3_derive_secret()
291 mbedtls_md_type_t hash_alg, in mbedtls_ssl_tls1_3_evolve_secret()
A Dx509write_csr.c154 psa_algorithm_t hash_alg = mbedtls_psa_translate_md( ctx->md_alg ); in x509write_csr_der_internal() local
A Dpsa_crypto_mac.c56 psa_algorithm_t hash_alg ) in psa_hmac_setup_internal()
131 psa_algorithm_t hash_alg = hmac->alg; in psa_hmac_finish_internal() local
A Dpsa_crypto.c3030 psa_algorithm_t hash_alg = PSA_ALG_RSA_OAEP_GET_HASH( alg ); in psa_rsa_oaep_set_padding_mode() local
4247 psa_algorithm_t hash_alg, in psa_key_derivation_start_hmac()
4373 psa_algorithm_t hash_alg, in psa_key_derivation_hkdf_read()
4451 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH( alg ); in psa_key_derivation_tls12_prf_generate_next_block() local
4563 psa_algorithm_t hash_alg = PSA_ALG_TLS12_PRF_GET_HASH( alg ); in psa_key_derivation_tls12_prf_read() local
4646 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH( kdf_alg ); in psa_key_derivation_output_bytes() local
4829 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH( kdf_alg ); in psa_key_derivation_setup_kdf() local
4884 psa_algorithm_t hash_alg, in psa_hkdf_input()
A Dpk.c602 psa_algorithm_t hash_alg ) in mbedtls_pk_wrap_as_opaque()
A Dpsa_crypto_ecp.c395 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH( alg ); in ecdsa_sign_hash() local
A Dpsa_crypto_rsa.c352 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH( alg ); in psa_rsa_decode_md_type() local
A Dssl_tls.c1202 mbedtls_md_type_t hash_alg = handshake->ciphersuite_info->mac; in ssl_compute_master() local
6930 psa_algorithm_t hash_alg = mbedtls_psa_translate_md( md_alg ); in mbedtls_ssl_get_key_exchange_md_tls1_2() local
A Dx509_crt.c2436 psa_algorithm_t hash_alg = mbedtls_psa_translate_md( child->sig_md ); in x509_crt_check_signature() local
/mbedtls-development/tests/src/
A Dpsa_exercise_key.c306 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH( alg ); in exercise_signature_key() local

Completed in 48 milliseconds