Home
last modified time | relevance | path

Searched defs:pubkey (Results 1 – 25 of 66) sorted by relevance

123

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_internal-modexp.c17 u8 *pubkey) in crypto_dh_init()
45 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
Dcrypto_gnutls.c287 u8 *pubkey) in crypto_dh_init()
315 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
Dcrypto_nettle.c308 u8 *pubkey) in crypto_dh_init()
336 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
Dcrypto_libtomcrypt.c701 u8 *pubkey) in crypto_dh_init()
729 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_internal-modexp.c17 u8 *pubkey) in crypto_dh_init()
45 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
Dcrypto_nettle.c308 u8 *pubkey) in crypto_dh_init()
336 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
Dcrypto_gnutls.c287 u8 *pubkey) in crypto_dh_init()
315 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
Dcrypto_libtomcrypt.c701 u8 *pubkey) in crypto_dh_init()
729 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
/third_party/openssl/crypto/x509/
Dx509_r2x.c25 EVP_PKEY *pubkey = NULL; in X509_REQ_to_X509() local
Dx_pubkey.c33 X509_PUBKEY *pubkey = (X509_PUBKEY *)*pval; in pubkey_cb() local
37 X509_PUBKEY *pubkey = (X509_PUBKEY *)*pval; in pubkey_cb() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_common.c64 struct wpabuf *pubkey, *dh_shared; in wps_derive_keys() local
413 const struct wpabuf *pubkey, in wps_build_nfc_pw_token()
624 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey, in wps_nfc_token_build()
646 int wps_nfc_gen_dh(struct wpabuf **pubkey, struct wpabuf **privkey) in wps_nfc_gen_dh()
672 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, in wps_nfc_token_gen()
Dwps_attr_build.c23 struct wpabuf *pubkey = NULL; in wps_build_public_key() local
424 const struct wpabuf *pubkey, const u8 *dev_pw, in wps_build_oob_dev_pw()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_common.c64 struct wpabuf *pubkey, *dh_shared; in wps_derive_keys() local
413 const struct wpabuf *pubkey, in wps_build_nfc_pw_token()
624 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey, in wps_nfc_token_build()
646 int wps_nfc_gen_dh(struct wpabuf **pubkey, struct wpabuf **privkey) in wps_nfc_gen_dh()
672 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, in wps_nfc_token_gen()
Dwps_attr_build.c23 struct wpabuf *pubkey = NULL; in wps_build_public_key() local
415 const struct wpabuf *pubkey, const u8 *dev_pw, in wps_build_oob_dev_pw()
/third_party/openssl/crypto/ct/
Dct_sct_ctx.c238 int SCT_CTX_set1_issuer_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_issuer_pubkey()
243 int SCT_CTX_set1_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_pubkey()
/third_party/openssl/crypto/x509v3/
Dv3_skey.c59 X509_PUBKEY *pubkey; in s2i_skey_id() local
/third_party/openssl/crypto/ec/
Decx_meth.c50 unsigned char *privkey, *pubkey; in ecx_key_op() local
150 static int ecx_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in ecx_pub_decode()
660 const unsigned char **pubkey) in validate_ecx_derive()
687 const unsigned char *privkey, *pubkey; in pkey_ecx_derive25519() local
700 const unsigned char *privkey, *pubkey; in pkey_ecx_derive448() local
Dec_ameth.c153 static int eckey_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in eckey_pub_decode()
652 X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) in ecdh_cms_set_peerkey()
804 ASN1_BIT_STRING *pubkey; in ecdh_cms_decrypt() local
831 ASN1_BIT_STRING *pubkey; in ecdh_cms_encrypt() local
Dec_pmeth.c156 const EC_POINT *pubkey = NULL; in pkey_ec_derive() local
/third_party/openssl/crypto/dh/
Ddh_ameth.c45 static int dh_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in dh_pub_decode()
612 X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) in dh_cms_set_peerkey()
758 ASN1_BIT_STRING *pubkey; in dh_cms_decrypt() local
785 ASN1_BIT_STRING *pubkey; in dh_cms_encrypt() local
/third_party/node/lib/internal/crypto/
Dkeygen.js60 wrap.ondone = (ex, pubkey, privkey) => { argument
/third_party/openssl/apps/
Dspkac.c61 int i, ret = 1, verify = 0, noout = 0, pubkey = 0; in spkac_main() local
/third_party/openssl/crypto/cms/
Dcms_kari.c53 ASN1_BIT_STRING **pubkey, in CMS_RecipientInfo_kari_get0_orig_id()
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genec.c348 const EC_POINT *pubkey; in lws_genec_new_keypair() local
Dopenssl-x509.c481 X509_PUBKEY *pubkey; in lws_x509_public_to_jwk() local

123