/freebsd/usr.sbin/pkg/ |
H A D | pkg.h | 67 struct pubkey { struct 68 char *sigtype; 69 unsigned char *sig; 70 int siglen;
|
/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
|
H A D | x509_test.c | 20 static EVP_PKEY *pubkey = NULL; variable
|
/freebsd/crypto/krb5/src/plugins/preauth/spake/ |
H A D | trace.h | 50 #define TRACE_SPAKE_KEYGEN(c, pubkey) \ argument 52 #define TRACE_SPAKE_RECEIVE_CHALLENGE(c, group, pubkey) \ argument 55 #define TRACE_SPAKE_RECEIVE_RESPONSE(c, pubkey) \ argument
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_dh.c | 21 X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) in dh_cms_set_peerkey() 171 ASN1_BIT_STRING *pubkey; in dh_cms_decrypt() local 199 ASN1_BIT_STRING *pubkey; in dh_cms_encrypt() local
|
H A D | cms_ec.c | 74 X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) in ecdh_cms_set_peerkey() 230 ASN1_BIT_STRING *pubkey; in ecdh_cms_decrypt() local 258 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 160 unsigned char *privkey, *pubkey; in ossl_ecx_key_op() local
|
H A D | ecx_meth.c | 54 static int ecx_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in ecx_pub_decode() 726 const unsigned char **pubkey) in validate_ecx_derive() 753 const unsigned char *privkey, *pubkey; in pkey_ecx_derive25519() local 766 const unsigned char *privkey, *pubkey; in pkey_ecx_derive448() local 948 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecx_keygen25519() local 991 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecx_keygen448() local 1037 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecd_keygen25519() local 1103 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecd_keygen448() local 1164 const unsigned char *privkey, *pubkey; in s390x_pkey_ecx_derive25519() local 1177 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/krb5/src/include/ |
H A D | k5-spake.h | 64 krb5_data pubkey; member 71 krb5_data pubkey; member
|
/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/openssl/crypto/x509/ |
H A D | x509_r2x.c | 25 EVP_PKEY *pubkey = NULL; in X509_REQ_to_X509() 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 | v3_akid.c | 184 X509_PUBKEY *pubkey = NULL; in v2i_AUTHORITY_KEYID() local
|
H A D | x_pubkey.c | 88 X509_PUBKEY *pubkey; in x509_pubkey_ex_free() local 102 X509_PUBKEY *pubkey = (X509_PUBKEY *)*pval; in x509_pubkey_ex_populate() local 138 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/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() 178 struct sshkey *privkey = NULL, *pubkey = NULL; in do_kex_with_key() local 257 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
|
/freebsd/crypto/openssl/crypto/ct/ |
H A D | ct_sct_ctx.c | 250 int SCT_CTX_set1_issuer_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_issuer_pubkey() 255 int SCT_CTX_set1_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_pubkey()
|
/freebsd/crypto/openssh/regress/misc/ssh-verify-attestation/ |
H A D | ssh-verify-attestation.c | 140 uint8_t *pubkey = NULL, *ret = NULL; in get_pubkey_from_cred_ecdsa() local 205 uint8_t *pubkey = NULL; in cred_matches_key_ecdsa() local
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_key.c | 391 BIGNUM *pubkey = NULL; in ossl_dh_buf2key() local 419 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/crypto/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 468 X509_PUBKEY *pubkey = NULL; in OSSL_CRMF_MSGS_verify_popo() local 549 X509_PUBKEY *pubkey = NULL; in OSSL_CRMF_MSG_centralkeygen_requested() local 626 EVP_PKEY *pubkey, in OSSL_CRMF_CERTTEMPLATE_fill()
|