/dflybsd-src/contrib/wpa_supplicant/src/wps/ |
H A D | wps_common.c | 64 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()
|
H A D | wps_attr_build.c | 23 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()
|
/dflybsd-src/contrib/wpa_supplicant/src/crypto/ |
H A D | crypto_internal-modexp.c | 17 u8 *pubkey) in crypto_dh_init() 45 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
|
H A D | crypto_nettle.c | 308 u8 *pubkey) in crypto_dh_init() 336 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
|
H A D | crypto_gnutls.c | 287 u8 *pubkey) in crypto_dh_init() 315 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
|
H A D | crypto_wolfssl.c | 646 struct wpabuf *pubkey = NULL; in dh5_init() local 779 u8 *pubkey) in crypto_dh_init() 831 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret() 1738 struct wpabuf *pubkey = NULL; in crypto_ecdh_set_peerkey() local
|
H A D | crypto_libtomcrypt.c | 701 u8 *pubkey) in crypto_dh_init() 729 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
|
H A D | crypto_openssl.c | 521 u8 *pubkey) in crypto_dh_init() 549 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret() 753 struct wpabuf *pubkey = NULL, *privkey = NULL; in dh5_init() local 1938 const EC_POINT *pubkey; in crypto_ecdh_get_pubkey() local
|
/dflybsd-src/crypto/libressl/crypto/ct/ |
H A D | ct_sct_ctx.c | 296 SCT_CTX_set1_issuer_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_issuer_pubkey() 302 SCT_CTX_set1_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_pubkey()
|
/dflybsd-src/crypto/libressl/crypto/x509/ |
H A D | x509_r2x.c | 77 EVP_PKEY *pubkey; in X509_REQ_to_X509() local
|
/dflybsd-src/crypto/libressl/crypto/ec/ |
H A D | ec_ameth.c | 194 eckey_pub_decode(EVP_PKEY * pkey, X509_PUBKEY * pubkey) in eckey_pub_decode() 682 ASN1_BIT_STRING *pubkey) in ecdh_cms_set_peerkey() 843 ASN1_BIT_STRING *pubkey; in ecdh_cms_decrypt() local 874 ASN1_BIT_STRING *pubkey; in ecdh_cms_encrypt() local
|
H A D | ec_pmeth.c | 215 const EC_POINT *pubkey = NULL; in pkey_ec_derive() local
|
/dflybsd-src/crypto/libressl/apps/openssl/ |
H A D | spkac.c | 83 int pubkey; member
|
H A D | req.c | 159 int pubkey; member 988 EVP_PKEY *pubkey = pkey; in req_main() local
|
/dflybsd-src/crypto/openssh/ |
H A D | ssh_api.c | 203 struct sshkey *pubkey = NULL; in ssh_add_hostkey() local 580 struct sshkey *pubkey, u_char **signature, size_t *slen, in _ssh_host_key_sign()
|
H A D | authfile.c | 177 struct sshkey *pubkey = NULL; in sshkey_load_pubkey_from_private() local
|
H A D | ssh-keygen.c | 700 EVP_PKEY *pubkey; in do_convert_from_pkcs8() local 937 struct sshkey *privkey = NULL, *pubkey = NULL; in fingerprint_private() local 2520 load_sign_key(const char *keypath, const struct sshkey *pubkey) in load_sign_key() 2723 struct sshkey *pubkey = NULL, *privkey = NULL, *signkey = NULL; in sig_sign() local
|
H A D | sshd-session.c | 1395 struct sshkey *pubkey, u_char **signature, size_t *slenp, in sshd_hostkey_sign()
|
H A D | sshkey.c | 2958 struct sshkey *pubkey = NULL; in private2_decrypt() local 3102 struct sshkey *k = NULL, *pubkey = NULL; in sshkey_parse_private2() local 3161 struct sshkey *pubkey = NULL; in sshkey_parse_private2_pubkey() local
|
/dflybsd-src/lib/libtelnet/ |
H A D | rsaencpwd.c | 308 char chalkey[160], pubkey[128], *ptr; local
|
/dflybsd-src/crypto/libressl/crypto/cms/ |
H A D | cms_kari.c | 99 ASN1_BIT_STRING **pubkey, ASN1_OCTET_STRING **keyid, X509_NAME **issuer, in CMS_RecipientInfo_kari_get0_orig_id()
|
/dflybsd-src/crypto/libressl/crypto/dh/ |
H A D | dh_ameth.c | 78 dh_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in dh_pub_decode()
|
/dflybsd-src/crypto/libressl/crypto/gost/ |
H A D | gostr341001_ameth.c | 342 const EC_POINT *pubkey; in pub_print_gost01() local
|
/dflybsd-src/crypto/libressl/crypto/dsa/ |
H A D | dsa_ameth.c | 76 dsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in dsa_pub_decode()
|
/dflybsd-src/crypto/libressl/crypto/rsa/ |
H A D | rsa_ameth.c | 157 rsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in rsa_pub_decode()
|