/freebsd/usr.sbin/pkg/ |
H A D | pkg.h | 67 struct pubkey { struct 68 char *sigtype; 69 unsigned char *sig; 70 int siglen;
|
H A D | config.h | 79 char *pubkey; member
|
/freebsd/crypto/openssl/test/ |
H A D | evp_pkey_dparams_test.c | 30 struct pubkey { struct 31 int bad; 32 const unsigned char *key_bin; 33 size_t key_bin_len;
|
H A D | algorithmid_test.c | 23 static int test_spki_aid(X509_PUBKEY *pubkey, const char *filename) in test_spki_aid() 105 X509_PUBKEY *pubkey = X509_get_X509_PUBKEY(cert); in test_x509_spki_aid() local 190 X509_PUBKEY *pubkey = NULL; in test_spki_file() local
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_dh.c | 20 X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) in dh_cms_set_peerkey() 170 ASN1_BIT_STRING *pubkey; in dh_cms_decrypt() local 198 ASN1_BIT_STRING *pubkey; in dh_cms_encrypt() local
|
H A D | cms_ec.c | 73 X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) in ecdh_cms_set_peerkey() 229 ASN1_BIT_STRING *pubkey; in ecdh_cms_decrypt() local 257 ASN1_BIT_STRING *pubkey; in ecdh_cms_encrypt() local
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecx_backend.c | 60 unsigned char *pubkey; in ossl_ecx_key_fromdata() local 164 unsigned char *privkey, *pubkey; in ossl_ecx_key_op() local
|
H A D | ecx_meth.c | 56 static int ecx_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in ecx_pub_decode() 727 const unsigned char **pubkey) in validate_ecx_derive() 754 const unsigned char *privkey, *pubkey; in pkey_ecx_derive25519() local 767 const unsigned char *privkey, *pubkey; in pkey_ecx_derive448() local 945 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecx_keygen25519() local 988 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecx_keygen448() local 1034 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecd_keygen25519() local 1100 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecd_keygen448() local 1161 const unsigned char *privkey, *pubkey; in s390x_pkey_ecx_derive25519() local 1174 const unsigned char *privkey, *pubkey; in s390x_pkey_ecx_derive448() local
|
/freebsd/contrib/wpa/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()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_r2x.c | 25 EVP_PKEY *pubkey = NULL; in X509_REQ_to_X509() local
|
H A D | v3_akid.c | 168 X509_PUBKEY *pubkey = NULL; in v2i_AUTHORITY_KEYID() local
|
H A D | v3_skid.c | 55 ASN1_OCTET_STRING *ossl_x509_pubkey_hash(X509_PUBKEY *pubkey) in ossl_x509_pubkey_hash()
|
H A D | x_pubkey.c | 87 X509_PUBKEY *pubkey; in x509_pubkey_ex_free() local 101 X509_PUBKEY *pubkey = (X509_PUBKEY *)*pval; in x509_pubkey_ex_populate() local 136 X509_PUBKEY *pubkey; in x509_pubkey_ex_d2i_ex() local 269 X509_PUBKEY *pubkey = NULL; in IMPLEMENT_EXTERN_ASN1() local 285 X509_PUBKEY *pubkey = OPENSSL_zalloc(sizeof(*pubkey)); in X509_PUBKEY_dup() local
|
/freebsd/contrib/wpa/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 424 const struct wpabuf *pubkey, const u8 *dev_pw, in wps_build_oob_dev_pw()
|
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | kex_fuzz.cc | 123 store_key(struct shared_state *st, struct sshkey *pubkey, in store_key() 179 struct sshkey *privkey = NULL, *pubkey = NULL; in do_kex_with_key() local 258 struct sshkey *privkey = NULL, *pubkey = NULL; in prepare_key() local
|
H A D | authkeys_fuzz.cc | 17 const char *pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDPQXmEVMVLmeFRyafKMVWgPDkv8/uRBTwmcEDatZ… variable
|
H A D | agent_fuzz_helper.c | 25 struct sshkey *pubkey; in pubkey_or_die() local
|
/freebsd/crypto/openssl/crypto/ct/ |
H A D | ct_sct_ctx.c | 253 int SCT_CTX_set1_issuer_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_issuer_pubkey() 258 int SCT_CTX_set1_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_pubkey()
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_key.c | 387 BIGNUM *pubkey = NULL; in ossl_dh_buf2key() local 415 const BIGNUM *pubkey; in ossl_dh_key2buf() local
|
/freebsd/contrib/wireguard-tools/ |
H A D | setconf.c | 17 uint8_t *pubkey; member
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2blob.c | 92 unsigned char *pubkey = NULL; in key2blob_encode() local
|
/freebsd/contrib/unbound/validator/ |
H A D | val_secalgo.c | 1238 nss_setup_key_digest(int algo, SECKEYPublicKey** pubkey, HASH_HashType* htype, in nss_setup_key_digest() 1387 SECKEYPublicKey* pubkey = NULL; in verify_canonrrset() local 1762 struct dsa_public_key pubkey; in _verify_nettle_dsa() local 1849 struct rsa_public_key pubkey; in _verify_nettle_rsa() local 1928 struct ecc_point pubkey; in _verify_nettle_ecdsa() local
|
/freebsd/crypto/openssl/apps/ |
H A D | spkac.c | 72 int i, ret = 1, verify = 0, noout = 0, pubkey = 0; in spkac_main() local
|
/freebsd/crypto/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 466 X509_PUBKEY *pubkey = NULL; in OSSL_CRMF_MSGS_verify_popo() local 577 EVP_PKEY *pubkey, in OSSL_CRMF_CERTTEMPLATE_fill()
|