Searched refs:crypto_ec_key_sign (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/src/crypto/ |
D | crypto.h | 1125 struct wpabuf * crypto_ec_key_sign(struct crypto_ec_key *key, const u8 *data,
|
D | crypto_openssl.c | 3892 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()
|
D | crypto_mbedtls_alt.c | 2808 struct wpabuf *crypto_ec_key_sign(struct crypto_ec_key *key, const u8 *data, size_t len) in crypto_ec_key_sign() function
|
D | crypto_wolfssl.c | 2515 struct wpabuf * crypto_ec_key_sign(struct crypto_ec_key *key, const u8 *data, in crypto_ec_key_sign() function
|
/hostap-latest/src/common/ |
D | sae_pk.c | 648 sig = crypto_ec_key_sign(key, hash, hash_len); in sae_write_confirm_pk()
|