Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_psa_asymmetric_signature.c51 bool is_input_hash, psa_algorithm_t hash_alg) in ecdsa_sign()
126 bool is_input_hash, psa_algorithm_t hash_alg) in ecdsa_verify()
214 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in cc3xx_sign_hash() local
281 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in cc3xx_verify_hash() local
339 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in cc3xx_sign_message() local
399 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in cc3xx_verify_message() local
Dcc3xx_psa_hash.c37 cc3xx_hash_alg_t hash_alg; in cc3xx_hash_setup() local
Dcc3xx_psa_mac.c164 size_t key_buffer_size, psa_algorithm_t hash_alg, in hmac_compute()
210 psa_algorithm_t hash_alg, in hmac_setup()
/trusted-firmware-m-latest/interface/include/psa/
Dcrypto_values.h997 #define PSA_ALG_HMAC(hash_alg) \ argument
1410 #define PSA_ALG_RSA_PKCS1V15_SIGN(hash_alg) \ argument
1444 #define PSA_ALG_RSA_PSS(hash_alg) \ argument
1462 #define PSA_ALG_RSA_PSS_ANY_SALT(hash_alg) \ argument
1533 #define PSA_ALG_ECDSA(hash_alg) \ argument
1568 #define PSA_ALG_DETERMINISTIC_ECDSA(hash_alg) \ argument
1784 #define PSA_ALG_RSA_OAEP(hash_alg) \ argument
1820 #define PSA_ALG_HKDF(hash_alg) \ argument
1871 #define PSA_ALG_HKDF_EXTRACT(hash_alg) \ argument
1913 #define PSA_ALG_HKDF_EXPAND(hash_alg) \ argument
[all …]
Dcrypto_extra.h376 #define PSA_ALG_DSA(hash_alg) \ argument
394 #define PSA_ALG_DETERMINISTIC_DSA(hash_alg) \ argument
/trusted-firmware-m-latest/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.c255 size_t key_buffer_size, psa_algorithm_t hash_alg) in hmac_setup()
337 psa_algorithm_t hash_alg; in hmac_finish() local