Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
H A Dcrypto_values.h1422 #define PSA_ALG_RSA_PSS_BASE ((psa_algorithm_t) 0x06000300) macro
1445 (PSA_ALG_RSA_PSS_BASE | ((hash_alg) & PSA_ALG_HASH_MASK))
1477 (((alg) & ~PSA_ALG_HASH_MASK) == PSA_ALG_RSA_PSS_BASE)
/third_party/mbedtls/programs/psa/
H A Dpsa_constant_names_generated.c237 case PSA_ALG_RSA_PSS_BASE: append(&buffer, buffer_size, &required_size, "PSA_ALG_RSA_PSS_BASE", 20); break; in psa_snprint_algorithm()

Completed in 5 milliseconds