Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/interface/include/psa/
Dcrypto_extra.h78 #define PSA_ALG_DSA(hash_alg) \ argument
96 #define PSA_ALG_DETERMINISTIC_DSA(hash_alg) \ argument
Dcrypto_values.h978 #define PSA_ALG_HMAC(hash_alg) \ argument
1391 #define PSA_ALG_RSA_PKCS1V15_SIGN(hash_alg) \ argument
1425 #define PSA_ALG_RSA_PSS(hash_alg) \ argument
1443 #define PSA_ALG_RSA_PSS_ANY_SALT(hash_alg) \ argument
1514 #define PSA_ALG_ECDSA(hash_alg) \ argument
1549 #define PSA_ALG_DETERMINISTIC_ECDSA(hash_alg) \ argument
1758 #define PSA_ALG_RSA_OAEP(hash_alg) \ argument
1794 #define PSA_ALG_HKDF(hash_alg) \ argument
1845 #define PSA_ALG_HKDF_EXTRACT(hash_alg) \ argument
1887 #define PSA_ALG_HKDF_EXPAND(hash_alg) \ argument
[all …]
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_hash_util.c34 psa_algorithm_t hash_alg; in cc3xx_psa_hash_mode_to_cc_hash_mode() local
Dcc3xx_psa_mac.c256 size_t key_buffer_size, psa_algorithm_t hash_alg) in hmac_setup()
338 psa_algorithm_t hash_alg; in hmac_finish() local