Home
last modified time | relevance | path

Searched refs:psa_pake_cs_set_algorithm (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_pake.function630 psa_pake_cs_set_algorithm(&cipher_suite, alg);
799 psa_pake_cs_set_algorithm(&cipher_suite, alg);
863 psa_pake_cs_set_algorithm(&cipher_suite, alg);
997 psa_pake_cs_set_algorithm(&cipher_suite, PSA_ALG_JPAKE);
1057 psa_pake_cs_set_algorithm(&cipher_suite, PSA_ALG_JPAKE);
1094 psa_pake_cs_set_algorithm(&cipher_suite, PSA_ALG_JPAKE);
1157 psa_pake_cs_set_algorithm(&cipher_suite, PSA_ALG_JPAKE);
Dtest_suite_psa_crypto_driver_wrappers.function3036 psa_pake_cs_set_algorithm(&cipher_suite, PSA_ALG_JPAKE);
3216 psa_pake_cs_set_algorithm(&cipher_suite, alg);
Dtest_suite_psa_crypto.function10417 psa_pake_cs_set_algorithm(&cipher_suite, alg);
10627 psa_pake_cs_set_algorithm(&cipher_suite, alg);
10686 psa_pake_cs_set_algorithm(&cipher_suite, alg);
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h941 static void psa_pake_cs_set_algorithm(psa_pake_cipher_suite_t *cipher_suite,
1724 static inline void psa_pake_cs_set_algorithm( in psa_pake_cs_set_algorithm() function
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls.c1977 psa_pake_cs_set_algorithm(&cipher_suite, PSA_ALG_JPAKE); in mbedtls_ssl_set_hs_ecjpake_password_common()