Searched refs:crypto_ec_get_order (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c426 order = crypto_ec_get_order(group->group);
447 return dragonfly_generate_scalar(crypto_ec_get_order(group->group),
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dcrypto.h728 * crypto_ec_get_order - Get order of an EC group
732 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
H A Dcrypto_wolfssl.c1383 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) function
H A Dcrypto_openssl.c1679 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) function
/freebsd-12-stable/contrib/wpa/src/common/
H A Dsae.c49 tmp->order = crypto_ec_get_order(tmp->ec);

Completed in 127 milliseconds