Home
last modified time | relevance | path

Searched defs:csign (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c776 …const struct crypto_bignum *r, const struct crypto_bignum *s, struct crypto_key *csign, int hash_l… in crypto_ecdsa_get_sign()
802 const struct crypto_bignum *r, const struct crypto_bignum *s, struct crypto_key *csign, int hlen) in crypto_edcsa_sign_verify()
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Ddpp.c4955 static void dpp_copy_csign(struct dpp_config_obj *conf, struct crypto_key *csign) in dpp_copy_csign()
5109 struct json_token *token, *csign; in dpp_parse_cred_dpp() local
5796 struct crypto_key *csign = NULL; in dpp_peer_intro() local
Ddpp.h320 struct crypto_key *csign; member