Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/wps/
HDwps_common.c64 struct wpabuf *pubkey, *dh_shared; in wps_derive_keys() local
412 const struct wpabuf *pubkey, in wps_build_nfc_pw_token()
623 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey, in wps_nfc_token_build()
645 int wps_nfc_gen_dh(struct wpabuf **pubkey, struct wpabuf **privkey) in wps_nfc_gen_dh()
670 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, in wps_nfc_token_gen()
HDwps_attr_build.c23 struct wpabuf *pubkey; in wps_build_public_key() local
387 const struct wpabuf *pubkey, const u8 *dev_pw, in wps_build_oob_dev_pw()
HDwps_er.c2086 const u8 *addr, struct wpabuf *pubkey) in wps_er_nfc_handover_sel()
/NextBSD/contrib/unbound/validator/
HDval_secalgo.c897 nss_setup_key_digest(int algo, SECKEYPublicKey** pubkey, HASH_HashType* htype, in nss_setup_key_digest()
1031 SECKEYPublicKey* pubkey = NULL; in verify_canonrrset() local
1292 struct dsa_public_key pubkey; in _verify_nettle_dsa() local
1378 struct rsa_public_key pubkey; in _verify_nettle_rsa() local
1457 struct ecc_point pubkey; in _verify_nettle_ecdsa() local
/NextBSD/crypto/openssl/crypto/dh/
HDdh_ameth.c97 static int dh_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in dh_pub_decode()
654 X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) in dh_cms_set_peerkey()
802 ASN1_BIT_STRING *pubkey; in dh_cms_decrypt() local
829 ASN1_BIT_STRING *pubkey; in dh_cms_encrypt() local
/NextBSD/crypto/openssl/crypto/ec/
HDec_ameth.c184 static int eckey_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in eckey_pub_decode()
647 X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) in ecdh_cms_set_peerkey()
803 ASN1_BIT_STRING *pubkey; in ecdh_cms_decrypt() local
830 ASN1_BIT_STRING *pubkey; in ecdh_cms_encrypt() local
HDec_pmeth.c212 const EC_POINT *pubkey = NULL; in pkey_ec_derive() local
/NextBSD/usr.sbin/pkg/
HDpkg.c68 struct pubkey { struct
69 unsigned char *sig;
70 int siglen;
693 const char *pubkey; in verify_pubsignature() local
/NextBSD/crypto/openssl/apps/
HDspkac.c88 int verify = 0, noout = 0, pubkey = 0; in MAIN() local
HDx509.c205 int x509req = 0, days = DEF_DAYS, modulus = 0, pubkey = 0; in MAIN() local
HDreq.c179 int nodes = 0, kludge = 0, newhdr = 0, subject = 0, pubkey = 0; in MAIN() local
/NextBSD/crypto/openssl/crypto/asn1/
HDx_pubkey.c76 X509_PUBKEY *pubkey = (X509_PUBKEY *)*pval; in pubkey_cb() local
/NextBSD/crypto/openssl/crypto/cms/
HDcms_kari.c104 ASN1_BIT_STRING **pubkey, in CMS_RecipientInfo_kari_get0_orig_id()
/NextBSD/contrib/telnet/libtelnet/
HDrsaencpwd.c323 char chalkey[160], pubkey[128], *ptr; local
/NextBSD/crypto/heimdal/appl/telnet/libtelnet/
HDrsaencpwd.c323 char chalkey[160], pubkey[128], *ptr; local
/NextBSD/crypto/openssh/
HDsshd.c1417 Key *pubkey; local
2477 sshd_hostkey_sign(Key *privkey, Key *pubkey, u_char **signature, u_int *slen,
HDssh-keygen.c586 EVP_PKEY *pubkey; in do_convert_from_pkcs8() local
/NextBSD/crypto/openssl/engines/ccgost/
HDgost_ameth.c383 BIGNUM *pubkey; in print_gost_94() local
436 const EC_POINT *pubkey; in print_gost_01() local
/NextBSD/crypto/openssl/crypto/dsa/
HDdsa_ameth.c70 static int dsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in dsa_pub_decode()
/NextBSD/crypto/openssl/crypto/rsa/
HDrsa_ameth.c91 static int rsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in rsa_pub_decode()
/NextBSD/crypto/openssl/crypto/x509/
HDx509.h230 X509_PUBKEY *pubkey; member
515 X509_PUBKEY *pubkey; member
/NextBSD/contrib/ldns/
HDkeys.c1377 ldns_rr *pubkey; in ldns_key2rr() local
/NextBSD/crypto/openssl/engines/
HDe_capi.c608 unsigned char *pubkey = NULL; in capi_get_pkey() local
/NextBSD/contrib/ntp/ntpd/
HDntp_crypto.c162 struct value pubkey; /* public key */ variable
/NextBSD/contrib/wpa/src/crypto/
HDcrypto_openssl.c547 struct wpabuf *pubkey = NULL, *privkey = NULL; in dh5_init() local