/third_party/openssl/crypto/x509/ |
H A D | x509_set.c | 92 int X509_set_pubkey(X509 *x, EVP_PKEY *pkey) in X509_set_pubkey() argument 96 return X509_PUBKEY_set(&(x->cert_info.key), pkey); in X509_set_pubkey()
|
/third_party/openssl/crypto/asn1/ |
H A D | d2i_pr.c | 32 EVP_PKEY *pkey = NULL, *bak_a = NULL; in d2i_PrivateKey_decoder() local 33 EVP_PKEY **ppkey = &pkey; in d2i_PrivateKey_decoder()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ecdsa.rs | 12 use crate::pkey::{HasPrivate, HasPublic}; 154 use crate::pkey::{Private, Public};
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | pem.rs | 49 pkey: #[const_ptr_if(ossl300)] EVP_PKEY, in PEM_write_bio_PrivateKey() 59 pkey: #[const_ptr_if(ossl300)] EVP_PKEY, in PEM_write_bio_PKCS8PrivateKey()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_kay.h | 104 struct data_key *pkey; member 131 struct data_key *pkey; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
H A D | ieee802_1x_kay.h | 104 struct data_key *pkey; member 131 struct data_key *pkey; member
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | signature.c | 418 if (ctx->pkey == NULL) { in evp_pkey_signature_init() 427 if (!ossl_assert(ctx->pkey->keymgmt == NULL in evp_pkey_signature_init() 428 || ctx->pkey->keymgmt == ctx->keymgmt)) { in evp_pkey_signature_init() 450 * signature, and try to export |ctx->pkey| to that keymgmt (when in evp_pkey_signature_init() 491 * |ctx->pkey|, but from the provider of the signature method, using in evp_pkey_signature_init() 493 * With the keymgmt we found (if we did), we try to export |ctx->pkey| in evp_pkey_signature_init() 496 * export it if |tmp_keymgmt| is different from |ctx->pkey|'s keymgmt) in evp_pkey_signature_init() 503 provkey = evp_pkey_export_to_provider(ctx->pkey, ctx->libctx, in evp_pkey_signature_init()
|
/third_party/openssl/crypto/evp/ |
H A D | signature.c | 418 if (ctx->pkey == NULL) { in evp_pkey_signature_init() 427 if (!ossl_assert(ctx->pkey->keymgmt == NULL in evp_pkey_signature_init() 428 || ctx->pkey->keymgmt == ctx->keymgmt)) { in evp_pkey_signature_init() 450 * signature, and try to export |ctx->pkey| to that keymgmt (when in evp_pkey_signature_init() 491 * |ctx->pkey|, but from the provider of the signature method, using in evp_pkey_signature_init() 493 * With the keymgmt we found (if we did), we try to export |ctx->pkey| in evp_pkey_signature_init() 496 * export it if |tmp_keymgmt| is different from |ctx->pkey|'s keymgmt) in evp_pkey_signature_init() 503 provkey = evp_pkey_export_to_provider(ctx->pkey, ctx->libctx, in evp_pkey_signature_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_libtomcrypt.c | 40 u8 pkey[8], next, tmp; in des_encrypt() local 48 pkey[i] = (tmp >> i) | next | 1; in des_encrypt() 51 pkey[i] = next | 1; in des_encrypt() 53 des_setup(pkey, 8, 0, &skey); in des_encrypt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_libtomcrypt.c | 40 u8 pkey[8], next, tmp; in des_encrypt() local 48 pkey[i] = (tmp >> i) | next | 1; in des_encrypt() 51 pkey[i] = next | 1; in des_encrypt() 53 des_setup(pkey, 8, 0, &skey); in des_encrypt()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsdecrypt.c | 478 gnutls_x509_privkey_t pkey = NULL; in ntfs_pkcs12_extract_rsa_key() local 568 err = gnutls_x509_privkey_init(&pkey); in ntfs_pkcs12_extract_rsa_key() 576 err = gnutls_x509_privkey_import_pkcs8(pkey, &dkey, in ntfs_pkcs12_extract_rsa_key() 599 err = gnutls_x509_privkey_export_pkcs8(pkey, in ntfs_pkcs12_extract_rsa_key() 610 rsa_key = ntfs_rsa_private_key_import_from_gnutls(pkey); in ntfs_pkcs12_extract_rsa_key() 716 if (pkey) in ntfs_pkcs12_extract_rsa_key() 717 gnutls_x509_privkey_deinit(pkey); in ntfs_pkcs12_extract_rsa_key()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | pkcs12.c | 899 EVP_PKEY *pkey; in dump_certs_pkeys_bag() local 916 if ((pkey = EVP_PKCS82PKEY(p8c)) == NULL) in dump_certs_pkeys_bag() 919 ret = PEM_write_bio_PrivateKey(out, pkey, enc, NULL, 0, NULL, pempass); in dump_certs_pkeys_bag() 920 EVP_PKEY_free(pkey); in dump_certs_pkeys_bag() 938 if ((pkey = EVP_PKCS82PKEY(p8)) == NULL) { in dump_certs_pkeys_bag() 944 ret = PEM_write_bio_PrivateKey(out, pkey, enc, NULL, 0, NULL, pempass); in dump_certs_pkeys_bag() 945 EVP_PKEY_free(pkey); in dump_certs_pkeys_bag()
|
/third_party/openssl/apps/ |
H A D | pkcs12.c | 903 EVP_PKEY *pkey; in dump_certs_pkeys_bag() local 920 if ((pkey = EVP_PKCS82PKEY(p8c)) == NULL) in dump_certs_pkeys_bag() 923 ret = PEM_write_bio_PrivateKey(out, pkey, enc, NULL, 0, NULL, pempass); in dump_certs_pkeys_bag() 924 EVP_PKEY_free(pkey); in dump_certs_pkeys_bag() 942 if ((pkey = EVP_PKCS82PKEY(p8)) == NULL) { in dump_certs_pkeys_bag() 948 ret = PEM_write_bio_PrivateKey(out, pkey, enc, NULL, 0, NULL, pempass); in dump_certs_pkeys_bag() 949 EVP_PKEY_free(pkey); in dump_certs_pkeys_bag()
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | cms.h | 221 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, 224 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, 230 X509 *signcert, EVP_PKEY *pkey, 277 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, 305 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | cms.h | 221 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, 224 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, 230 X509 *signcert, EVP_PKEY *pkey, 277 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, 305 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | cms.h | 221 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, 224 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, 230 X509 *signcert, EVP_PKEY *pkey, 277 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, 305 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | cms.h | 221 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, 224 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, 230 X509 *signcert, EVP_PKEY *pkey, 277 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, 305 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | cms.h | 221 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, 224 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, 230 X509 *signcert, EVP_PKEY *pkey, 277 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, 305 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | cms.h | 221 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, 224 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, 230 X509 *signcert, EVP_PKEY *pkey, 277 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, 305 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | cms.h | 221 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, 224 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, 230 X509 *signcert, EVP_PKEY *pkey, 277 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, 305 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | cms.h | 221 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, 224 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, 230 X509 *signcert, EVP_PKEY *pkey, 277 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, 305 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | cms.h | 221 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, 224 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, 230 X509 *signcert, EVP_PKEY *pkey, 277 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, 305 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | cms.h | 221 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, 224 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, 230 X509 *signcert, EVP_PKEY *pkey, 277 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, 305 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | cms.h | 221 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, 224 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, 230 X509 *signcert, EVP_PKEY *pkey, 277 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, 305 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | cms.h | 221 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, 224 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, 230 X509 *signcert, EVP_PKEY *pkey, 277 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, 305 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
|