Home
last modified time | relevance | path

Searched refs:PSA_ALG_DETERMINISTIC_ECDSA_BASE (Results 1 – 2 of 2) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/include/psa/
Dcrypto_values.h1182 #define PSA_ALG_DETERMINISTIC_ECDSA_BASE ((psa_algorithm_t)0x06000700) macro
1206 (PSA_ALG_DETERMINISTIC_ECDSA_BASE | ((hash_alg) & PSA_ALG_HASH_MASK))
/openthread-2.7.6/third_party/mbedtls/repo/programs/psa/
Dpsa_constant_names_generated.c196 …case PSA_ALG_DETERMINISTIC_ECDSA_BASE: append(&buffer, buffer_size, &required_size, "PSA_ALG_DETER… in psa_snprint_algorithm()