Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dcrypto.h1125 struct wpabuf * crypto_ec_key_sign(struct crypto_ec_key *key, const u8 *data,
Dcrypto_openssl.c3892 struct wpabuf * crypto_ec_key_sign(struct crypto_ec_key *key, const u8 *data, in crypto_ec_key_sign() function
3979 buf = crypto_ec_key_sign(key, data, len); in crypto_ec_key_sign_r_s()
Dcrypto_mbedtls_alt.c2808 struct wpabuf *crypto_ec_key_sign(struct crypto_ec_key *key, const u8 *data, size_t len) in crypto_ec_key_sign() function
Dcrypto_wolfssl.c2515 struct wpabuf * crypto_ec_key_sign(struct crypto_ec_key *key, const u8 *data, in crypto_ec_key_sign() function
/hostap-latest/src/common/
Dsae_pk.c648 sig = crypto_ec_key_sign(key, hash, hash_len); in sae_write_confirm_pk()