Home
last modified time | relevance | path

Searched refs:crypto_ec_get_order (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h791 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c153 const struct crypto_bignum *crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order() function
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.c42 tmp->order = crypto_ec_get_order(tmp->ec); in sae_set_group()
1125 order = crypto_ec_get_order(pt->ec); in sae_derive_pwe_from_pt_ecc()