Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_extra.h630 #define PSA_ALG_IS_PAKE(alg) \ macro
1869 if (!PSA_ALG_IS_PAKE(algorithm)) { in psa_pake_cs_set_algorithm()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto.c8698 if (PSA_ALG_IS_PAKE(cipher_suite->algorithm) == 0 || in psa_pake_setup()