Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/include/psa/
Dcrypto_values.h1298 #define PSA_ALG_RSA_PSS_BASE ((psa_algorithm_t)0x06000300) macro
1319 (PSA_ALG_RSA_PSS_BASE | ((hash_alg) & PSA_ALG_HASH_MASK))
1351 (((alg) & ~PSA_ALG_HASH_MASK) == PSA_ALG_RSA_PSS_BASE)
/openthread-3.4.0/third_party/mbedtls/repo/programs/psa/
Dpsa_constant_names_generated.c232 …case PSA_ALG_RSA_PSS_BASE: append(&buffer, buffer_size, &required_size, "PSA_ALG_RSA_PSS_BASE", 20… in psa_snprint_algorithm()