Home
last modified time | relevance | path

Searched refs:crypto_ec_key_sign (Results 1 - 3 of 3) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto.h1116 * crypto_ec_key_sign - Sign a buffer with an EC key
1122 struct wpabuf * crypto_ec_key_sign(struct crypto_ec_key *key, const u8 *data,
H A Dcrypto_openssl.c2773 struct wpabuf * crypto_ec_key_sign(struct crypto_ec_key *key, const u8 *data, in crypto_ec_key_sign() function
2814 buf = crypto_ec_key_sign(key, data, len); in crypto_ec_key_sign_r_s()
2835 /* Re-use wpabuf returned by crypto_ec_key_sign() */ in crypto_ec_key_sign_r_s()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae_pk.c648 sig = crypto_ec_key_sign(key, hash, hash_len); in sae_write_confirm_pk()

Completed in 11 milliseconds