Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dcrypto.h1137 struct wpabuf * crypto_ec_key_sign_r_s(struct crypto_ec_key *key,
Dcrypto_mbedtls_alt.c2836 struct wpabuf *crypto_ec_key_sign_r_s(struct crypto_ec_key *key, const u8 *data, size_t len) in crypto_ec_key_sign_r_s() function
Dcrypto_wolfssl.c3004 struct wpabuf * crypto_ec_key_sign_r_s(struct crypto_ec_key *key, in crypto_ec_key_sign_r_s() function
Dcrypto_openssl.c3965 struct wpabuf * crypto_ec_key_sign_r_s(struct crypto_ec_key *key, in crypto_ec_key_sign_r_s() function
/hostap-latest/src/common/
Ddpp_crypto.c1942 sig = crypto_ec_key_sign_r_s(conf->csign, hash, curve->hash_len); in dpp_build_conn_signature()