Home
last modified time | relevance | path

Searched defs:pkey (Results 276 - 300 of 665) sorted by relevance

1...<<11121314151617181920>>...27

/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_pmeth.c747 static int pkey_rsa_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_rsa_keygen() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dameth_lib.c215 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey) in EVP_PKEY_get0_asn1() argument
282 EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth, int (*pub_decode) (EVP_PKEY *pk, const X509_PUBKEY *pub), int (*pub_encode) (X509_PUBKEY *pub, const EVP_PKEY *pk), int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b), int (*pub_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx), int (*pkey_size) (const EVP_PKEY *pk), int (*pkey_bits) (const EVP_PKEY *pk)) EVP_PKEY_asn1_set_public() argument
303 EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth, int (*priv_decode) (EVP_PKEY *pk, const PKCS8_PRIV_KEY_INFO *p8inf), int (*priv_encode) (PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk), int (*priv_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)) EVP_PKEY_asn1_set_private() argument
319 EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, int (*param_decode) (EVP_PKEY *pkey, const unsigned char **pder, int derlen), int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder), int (*param_missing) (const EVP_PKEY *pk), int (*param_copy) (EVP_PKEY *to, const EVP_PKEY *from), int (*param_cmp) (const EVP_PKEY *a, const EVP_PKEY *b), int (*param_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)) EVP_PKEY_asn1_set_param() argument
342 EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth, void (*pkey_free) (EVP_PKEY *pkey)) EVP_PKEY_asn1_set_free() argument
348 EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2)) EVP_PKEY_asn1_set_ctrl() argument
362 EVP_PKEY_asn1_set_item(EVP_PKEY_ASN1_METHOD *ameth, int (*item_verify) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data, const X509_ALGOR *a, const ASN1_BIT_STRING *sig, EVP_PKEY *pkey), int (*item_sign) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data, X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *sig)) EVP_PKEY_asn1_set_item() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dcrl.c85 EVP_PKEY *pkey; in crl_main() local
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_ameth.c29 static int dsa_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in dsa_pub_decode() argument
87 static int dsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in dsa_pub_encode() argument
150 static int dsa_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8) in dsa_priv_decode() argument
163 static int dsa_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in dsa_priv_encode() argument
218 int_dsa_size(const EVP_PKEY *pkey) int_dsa_size() argument
223 dsa_bits(const EVP_PKEY *pkey) dsa_bits() argument
228 dsa_security_bits(const EVP_PKEY *pkey) dsa_security_bits() argument
233 dsa_missing_parameters(const EVP_PKEY *pkey) dsa_missing_parameters() argument
267 int_dsa_free(EVP_PKEY *pkey) int_dsa_free() argument
320 dsa_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) dsa_param_decode() argument
333 dsa_param_encode(const EVP_PKEY *pkey, unsigned char **pder) dsa_param_encode() argument
338 dsa_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) dsa_param_print() argument
344 dsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) dsa_pub_print() argument
350 dsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) dsa_priv_print() argument
356 old_dsa_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) old_dsa_priv_decode() argument
370 old_dsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) old_dsa_priv_encode() argument
412 dsa_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) dsa_pkey_ctrl() argument
424 dsa_pkey_dirty_cnt(const EVP_PKEY *pkey) dsa_pkey_dirty_cnt() argument
482 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); dsa_pkey_import_from() local
[all...]
/third_party/openssl/crypto/asn1/
H A Dameth_lib.c215 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey) in EVP_PKEY_get0_asn1() argument
282 EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth, int (*pub_decode) (EVP_PKEY *pk, const X509_PUBKEY *pub), int (*pub_encode) (X509_PUBKEY *pub, const EVP_PKEY *pk), int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b), int (*pub_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx), int (*pkey_size) (const EVP_PKEY *pk), int (*pkey_bits) (const EVP_PKEY *pk)) EVP_PKEY_asn1_set_public() argument
303 EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth, int (*priv_decode) (EVP_PKEY *pk, const PKCS8_PRIV_KEY_INFO *p8inf), int (*priv_encode) (PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk), int (*priv_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)) EVP_PKEY_asn1_set_private() argument
319 EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, int (*param_decode) (EVP_PKEY *pkey, const unsigned char **pder, int derlen), int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder), int (*param_missing) (const EVP_PKEY *pk), int (*param_copy) (EVP_PKEY *to, const EVP_PKEY *from), int (*param_cmp) (const EVP_PKEY *a, const EVP_PKEY *b), int (*param_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)) EVP_PKEY_asn1_set_param() argument
342 EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth, void (*pkey_free) (EVP_PKEY *pkey)) EVP_PKEY_asn1_set_free() argument
348 EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2)) EVP_PKEY_asn1_set_ctrl() argument
362 EVP_PKEY_asn1_set_item(EVP_PKEY_ASN1_METHOD *ameth, int (*item_verify) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data, const X509_ALGOR *a, const ASN1_BIT_STRING *sig, EVP_PKEY *pkey), int (*item_sign) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data, X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *sig)) EVP_PKEY_asn1_set_item() argument
[all...]
/third_party/openssl/crypto/dsa/
H A Ddsa_ameth.c29 static int dsa_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in dsa_pub_decode() argument
87 static int dsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in dsa_pub_encode() argument
150 static int dsa_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8) in dsa_priv_decode() argument
163 static int dsa_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in dsa_priv_encode() argument
218 int_dsa_size(const EVP_PKEY *pkey) int_dsa_size() argument
223 dsa_bits(const EVP_PKEY *pkey) dsa_bits() argument
228 dsa_security_bits(const EVP_PKEY *pkey) dsa_security_bits() argument
233 dsa_missing_parameters(const EVP_PKEY *pkey) dsa_missing_parameters() argument
267 int_dsa_free(EVP_PKEY *pkey) int_dsa_free() argument
320 dsa_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) dsa_param_decode() argument
333 dsa_param_encode(const EVP_PKEY *pkey, unsigned char **pder) dsa_param_encode() argument
338 dsa_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) dsa_param_print() argument
344 dsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) dsa_pub_print() argument
350 dsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) dsa_priv_print() argument
356 old_dsa_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) old_dsa_priv_decode() argument
370 old_dsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) old_dsa_priv_encode() argument
412 dsa_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) dsa_pkey_ctrl() argument
424 dsa_pkey_dirty_cnt(const EVP_PKEY *pkey) dsa_pkey_dirty_cnt() argument
482 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); dsa_pkey_import_from() local
[all...]
/third_party/openssl/crypto/pkcs7/
H A Dpk7_lib.c311 EVP_PKEY *pkey = si->pkey; in pkcs7_ecdsa_or_dsa_sign_verify_setup() local
338 int PKCS7_SIGNER_INFO_set(PKCS7_SIGNER_INFO *p7i, X509 *x509, EVP_PKEY *pkey, in PKCS7_SIGNER_INFO_set() argument
387 PKCS7_add_signature(PKCS7 *p7, X509 *x509, EVP_PKEY *pkey, const EVP_MD *dgst) PKCS7_add_signature() argument
620 EVP_PKEY *pkey = NULL; PKCS7_RECIP_INFO_set() local
[all...]
/third_party/openssl/apps/
H A Dcrl.c85 EVP_PKEY *pkey; in crl_main() local
/third_party/openssl/crypto/crmf/
H A Dcrmf_lib.c367 create_popo_signature(OSSL_CRMF_POPOSIGNINGKEY *ps, const OSSL_CRMF_CERTREQUEST *cr, EVP_PKEY *pkey, const EVP_MD *digest, OSSL_LIB_CTX *libctx, const char *propq) create_popo_signature() argument
394 OSSL_CRMF_MSG_create_popo(int meth, OSSL_CRMF_MSG *crm, EVP_PKEY *pkey, const EVP_MD *digest, OSSL_LIB_CTX *libctx, const char *propq) OSSL_CRMF_MSG_create_popo() argument
609 OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert(const OSSL_CRMF_ENCRYPTEDVALUE *ecert, OSSL_LIB_CTX *libctx, const char *propq, EVP_PKEY *pkey) OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() argument
[all...]
/third_party/openssl/crypto/x509/
H A Dx_pubkey.c35 EVP_PKEY *pkey; member
317 X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey) X509_PUBKEY_set() argument
400 EVP_PKEY *pkey; x509_pubkey_decode() local
603 EVP_PKEY *pkey; d2i_RSA_PUBKEY() local
644 EVP_PKEY *pkey; ossl_d2i_DH_PUBKEY() local
685 EVP_PKEY *pkey; ossl_d2i_DHx_PUBKEY() local
728 EVP_PKEY *pkey; d2i_DSA_PUBKEY() local
794 EVP_PKEY *pkey; d2i_EC_PUBKEY() local
838 EVP_PKEY *pkey; ossl_d2i_ED25519_PUBKEY() local
879 EVP_PKEY *pkey; ossl_d2i_ED448_PUBKEY() local
921 EVP_PKEY *pkey; ossl_d2i_X25519_PUBKEY() local
963 EVP_PKEY *pkey; ossl_d2i_X448_PUBKEY() local
[all...]
/third_party/openssl/crypto/rsa/
H A Drsa_pmeth.c743 static int pkey_rsa_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_rsa_keygen() argument
[all...]
/third_party/openssl/crypto/ts/
H A Dts_conf.c99 EVP_PKEY *pkey = NULL; in TS_CONF_load_key() local
/third_party/openssl/crypto/store/
H A Dstore_result.c548 EVP_PKEY *pkey = NULL; in try_pkcs12() local
/third_party/openssl/providers/fips/
H A Dself_test_kats.c367 EVP_PKEY *pkey = NULL, *peerkey = NULL; in self_test_ka() local
446 EVP_PKEY *pkey = NULL; in self_test_sign() local
/third_party/openssl/test/
H A Dcmp_msg_test.c130 static int set1_newPkey(OSSL_CMP_CTX *ctx, EVP_PKEY *pkey) in set1_newPkey() argument
/third_party/openssl/test/helpers/
H A Dpkcs12.c90 EVP_PKEY *pkey = NULL; in load_pkey_asn1() local
413 EVP_PKEY *pkey = NULL; in add_keybag() local
579 EVP_PKEY *pkey = NULL; check_keybag() local
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dtests.rs39 fn pkey() -> PKey<Private> { in pkey() functions
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_gnutls.c51 u8 pkey[8], next, tmp; in des_encrypt() local
H A Dcrypto_nettle.c32 u8 pkey[8], next, tmp; in des_encrypt() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dest.c389 EVP_PKEY *pkey = NULL; in generate_csr() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_gnutls.c51 u8 pkey[8], next, tmp; in des_encrypt() local
H A Dcrypto_nettle.c32 u8 pkey[8], next, tmp; in des_encrypt() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dest.c389 EVP_PKEY *pkey = NULL; in generate_csr() local
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dfault.c919 u32 pkey in bad_area_access_error() local
794 __bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code, unsigned long address, u32 pkey, int si_code) __bad_area_nosemaphore() argument
853 __bad_area(struct pt_regs *regs, unsigned long error_code, unsigned long address, u32 pkey, int si_code) __bad_area() argument
[all...]
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dpaes_s390.c141 struct pkey_protkey pkey; in __paes_convert_key() local

Completed in 38 milliseconds

1...<<11121314151617181920>>...27