Home
last modified time | relevance | path

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

1234

/freebsd/usr.sbin/pkg/
H A Dpkg.h67 struct pubkey { struct
68 char *sigtype;
69 unsigned char *sig;
70 int siglen;
H A Dconfig.h79 char *pubkey; member
/freebsd/crypto/openssl/test/
H A Devp_pkey_dparams_test.c30 struct pubkey { struct
31 int bad;
32 const unsigned char *key_bin;
33 size_t key_bin_len;
H A Dalgorithmid_test.c23 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 Dcms_dh.c20 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 Dcms_ec.c73 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 Decx_backend.c60 unsigned char *pubkey; in ossl_ecx_key_fromdata() local
164 unsigned char *privkey, *pubkey; in ossl_ecx_key_op() local
H A Decx_meth.c56 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 Dcrypto_internal-modexp.c17 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 Dx509_r2x.c25 EVP_PKEY *pubkey = NULL; in X509_REQ_to_X509() local
H A Dv3_akid.c168 X509_PUBKEY *pubkey = NULL; in v2i_AUTHORITY_KEYID() local
H A Dv3_skid.c55 ASN1_OCTET_STRING *ossl_x509_pubkey_hash(X509_PUBKEY *pubkey) in ossl_x509_pubkey_hash()
H A Dx_pubkey.c87 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 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()
H A 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()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc123 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 Dauthkeys_fuzz.cc17 const char *pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDPQXmEVMVLmeFRyafKMVWgPDkv8/uRBTwmcEDatZ… variable
H A Dagent_fuzz_helper.c25 struct sshkey *pubkey; in pubkey_or_die() local
/freebsd/crypto/openssl/crypto/ct/
H A Dct_sct_ctx.c253 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 Ddh_key.c387 BIGNUM *pubkey = NULL; in ossl_dh_buf2key() local
415 const BIGNUM *pubkey; in ossl_dh_key2buf() local
/freebsd/contrib/wireguard-tools/
H A Dsetconf.c17 uint8_t *pubkey; member
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c92 unsigned char *pubkey = NULL; in key2blob_encode() local
/freebsd/contrib/unbound/validator/
H A Dval_secalgo.c1238 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 Dspkac.c72 int i, ret = 1, verify = 0, noout = 0, pubkey = 0; in spkac_main() local
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_lib.c466 X509_PUBKEY *pubkey = NULL; in OSSL_CRMF_MSGS_verify_popo() local
577 EVP_PKEY *pubkey, in OSSL_CRMF_CERTTEMPLATE_fill()

1234