Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h366 #define PSA_ALG_DSA_BASE ((psa_algorithm_t)0x06000400) macro
382 (PSA_ALG_DSA_BASE | ((hash_alg) & PSA_ALG_HASH_MASK))
403 PSA_ALG_DSA_BASE)
/openthread-3.5.0/third_party/mbedtls/repo/programs/psa/
Dpsa_constant_names_generated.c210 …case PSA_ALG_DSA_BASE: append(&buffer, buffer_size, &required_size, "PSA_ALG_DSA_BASE", 16); break; in psa_snprint_algorithm()