/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
|
H A D | enginetest.c | 362 X509_PUBKEY *pubkey, *duppubkey = NULL; in test_x509_dup_w_engine() local
|
H A D | keymgmt_internal_test.c | 302 X509_PUBKEY *pubkey = NULL; in test_evp_pkey_export_to_provider() local
|
H A D | evp_pkey_dhkem_test.c | 472 unsigned char pubkey[133]; in test_ec_dhkem_derivekey() local 712 unsigned char pubkey[64]; in test_ecx_dhkem_derivekey() local
|
/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 | 184 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 | 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
|
H A D | x509_set.c | 213 const ASN1_STRING *sig, const EVP_PKEY *pubkey) in x509_sig_info_init()
|
/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
|
/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
|
H A D | ecp_s390x_nistp.c | 233 const EC_POINT *pubkey; in ecdsa_s390x_nistp_verify_sig() local
|
/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()
|
/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
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2blob.c | 92 unsigned char *pubkey = NULL; in key2blob_encode() local
|
/openssl/apps/ |
H A D | spkac.c | 72 int i, ret = 1, verify = 0, noout = 0, pubkey = 0; in spkac_main() local
|
/openssl/include/crypto/ |
H A D | ecx.h | 70 unsigned char pubkey[MAX_KEYLEN]; member
|
/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 466 X509_PUBKEY *pubkey = NULL; in OSSL_CRMF_MSGS_verify_popo() local 592 EVP_PKEY *pubkey, in OSSL_CRMF_CERTTEMPLATE_fill()
|
/openssl/apps/lib/ |
H A D | engine_loader.c | 118 EVP_PKEY *pkey = NULL, *pubkey = NULL; in engine_load() local
|
/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 1037 unsigned char *privkey = NULL, *pubkey; in MAKE_KEYMGMT_FUNCTIONS() local 1094 unsigned char *privkey = NULL, *pubkey; in s390x_ecx_keygen448() local 1154 unsigned char *privkey = NULL, *pubkey; in s390x_ecd_keygen25519() local 1222 unsigned char *privkey = NULL, *pubkey; in s390x_ecd_keygen448() local
|
/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 108 X509_PUBKEY *pubkey; in OSSL_CMP_MSG_get0_certreq_publickey() local 524 EVP_PKEY *pubkey = NULL; in ossl_cmp_rr_new() local
|