Home
last modified time | relevance | path

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

/mbedtls-3.5.0/include/psa/
Dcrypto_extra.h383 #define PSA_ALG_DETERMINISTIC_DSA_BASE ((psa_algorithm_t) 0x06000500) macro
400 (PSA_ALG_DETERMINISTIC_DSA_BASE | ((hash_alg) & PSA_ALG_HASH_MASK))
/mbedtls-3.5.0/programs/psa/
Dpsa_constant_names_generated.c210 …case PSA_ALG_DETERMINISTIC_DSA_BASE: append(&buffer, buffer_size, &required_size, "PSA_ALG_DETERMI… in psa_snprint_algorithm()