Home
last modified time | relevance | path

Searched defs:pubkey (Results 1 – 25 of 100) 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;
/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
H A Dx509_test.c20 static EVP_PKEY *pubkey = NULL; variable
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dtrace.h50 #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 Dcms_dh.c21 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 Dcms_ec.c74 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 Decx_backend.c60 unsigned char *pubkey; in ossl_ecx_key_fromdata() local
160 unsigned char *privkey, *pubkey; in ossl_ecx_key_op() local
H A Decx_meth.c54 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 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/krb5/src/include/
H A Dk5-spake.h64 krb5_data pubkey; member
71 krb5_data pubkey; member
/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/openssl/crypto/x509/
H A Dx509_r2x.c25 EVP_PKEY *pubkey = NULL; in X509_REQ_to_X509() local
H A Dv3_skid.c55 ASN1_OCTET_STRING *ossl_x509_pubkey_hash(X509_PUBKEY *pubkey) in ossl_x509_pubkey_hash()
H A Dv3_akid.c184 X509_PUBKEY *pubkey = NULL; in v2i_AUTHORITY_KEYID() local
H A Dx_pubkey.c88 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 Dkex_fuzz.cc123 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 Dauthkeys_fuzz.cc17 const char *pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDPQXmEVMVLmeFRyafKMVWgPDkv8/uRBTwmcEDatZ… variable
/freebsd/crypto/openssl/crypto/ct/
H A Dct_sct_ctx.c250 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 Dssh-verify-attestation.c140 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 Ddh_key.c391 BIGNUM *pubkey = NULL; in ossl_dh_buf2key() local
419 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/crypto/openssl/crypto/crmf/
H A Dcrmf_lib.c468 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()

1234