Home
last modified time | relevance | path

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

1...<<1112131415161718

/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Ddh_asy_key_generator_openssl.c581 static HcfResult GeneratePubKeyByPkey(EVP_PKEY *pkey, HcfOpensslDhPubKey **returnPubKey) in GeneratePubKeyByPkey() argument
597 static HcfResult GeneratePriKeyByPkey(EVP_PKEY *pkey, HcfOpensslDhPriKey **returnPriKey) in GeneratePriKeyByPkey() argument
616 EVP_PKEY *pkey = NULL; GenerateDhPubAndPriKey() local
1052 EVP_PKEY *pkey = NULL; ConvertDhPemPubKey() local
1079 EVP_PKEY *pkey = NULL; ConvertDhPemPriKey() local
[all...]
H A Drsa_asy_key_generator_openssl.c547 EVP_PKEY *pkey = NewEvpPkeyByRsa(impl->pk, true); in GetPubKeyEncodedPem() local
585 static HcfResult GetPrikeyPkcs8Pem(EVP_PKEY *pkey, char **returnString) in GetPrikeyPkcs8Pem() argument
633 static HcfResult GetPriKeyPem(const char *format, EVP_PKEY *pkey, RSA *sk, char **returnString) in GetPriKeyPem() argument
673 EVP_PKEY *pkey = NewEvpPkeyByRsa(impl->sk, true); in GetPriKeyEncodedPem() local
1006 EVP_PKEY *pkey = NULL; ConvertPemKeyToKey() local
[all...]
H A Dsm2_asy_key_generator_openssl.c946 static EC_KEY *GetSm2EckeyformPubKey(const EVP_PKEY *pkey) in GetSm2EckeyformPubKey() argument
1001 static EC_KEY *GetSm2EckeyformPriKey(const EVP_PKEY *pkey) in GetSm2EckeyformPriKey() argument
1032 EVP_PKEY *pkey = NULL; in ConvertSM2PemPubKey() local
1060 EVP_PKEY *pkey in ConvertSM2PemPriKey() local
[all...]
/third_party/curl/lib/vtls/
H A Dbearssl.c120 br_x509_pkey *pkey; in load_cafile() local
[all...]
/third_party/node/src/crypto/
H A Dcrypto_context.cc1041 EVPKeyPointer pkey; in LoadPKCS12() local
H A Dcrypto_keys.cc104 ParseKeyResult ParsePublicKeyPEM(EVPKeyPointer* pkey, in ParsePublicKeyPEM() argument
139 ParseKeyResult ParsePublicKey(EVPKeyPointer* pkey, in ParsePublicKey() argument
78 TryParsePublicKey( EVPKeyPointer* pkey, const BIOPointer& bp, const char* name, const std::function<EVP_PKEY*(const unsigned char** p, long l)>& parse) TryParsePublicKey() argument
214 ParsePrivateKey(EVPKeyPointer* pkey, const PrivateKeyEncodingConfig& config, const char* key, size_t key_len) ParsePrivateKey() argument
293 WritePrivateKey( Environment* env, EVP_PKEY* pkey, const PrivateKeyEncodingConfig& config) WritePrivateKey() argument
394 WritePublicKeyInner(EVP_PKEY* pkey, const BIOPointer& bio, const PublicKeyEncodingConfig& config) WritePublicKeyInner() argument
422 WritePublicKey(Environment* env, EVP_PKEY* pkey, const PublicKeyEncodingConfig& config) WritePublicKey() argument
558 ManagedEVPPKey(EVPKeyPointer&& pkey) ManagedEVPPKey() argument
773 EVPKeyPointer pkey; GetPublicOrPrivateKeyFromJs() local
820 GetParsedKey(Environment* env, EVPKeyPointer&& pkey, ParseKeyResult ret, const char* default_msg) GetParsedKey() argument
844 KeyObjectData(KeyType type, const ManagedEVPPKey& pkey) KeyObjectData() argument
866 CreateAsymmetric( KeyType key_type, const ManagedEVPPKey& pkey) CreateAsymmetric() argument
982 ManagedEVPPKey pkey; Init() local
1162 EVP_PKEY* pkey = key->GetAsymmetricKey().get(); Equals() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdecrypt.c478 gnutls_x509_privkey_t pkey = NULL; in ntfs_pkcs12_extract_rsa_key() local
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_env.c121 EVP_PKEY *pkey; in ossl_cms_env_asn1_ctrl() local
460 CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey) CMS_RecipientInfo_set0_pkey() argument
539 EVP_PKEY *pkey = ktri->pkey; cms_RecipientInfo_ktri_decrypt() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_lib.c4675 EVP_PKEY *pkey = NULL; in ssl_generate_pkey() local
4699 EVP_PKEY *pkey = NULL; ssl_generate_pkey_group() local
4738 EVP_PKEY *pkey = NULL; ssl_generate_param_group() local
[all...]
H A Dssl_sess.c1329 SSL_CTX_set_client_cert_cb(SSL_CTX *ctx, int (*cb) (SSL *ssl, X509 **x509, EVP_PKEY **pkey)) SSL_CTX_set_client_cert_cb() argument
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_srvr.c693 EVP_PKEY *pkey; in tls_parse_ctos_cookie() local
1761 EVP_PKEY *pkey; in tls_construct_stoc_cookie() local
[all...]
H A Dstatem_lib.c296 EVP_PKEY *pkey = NULL; in tls_construct_cert_verify() local
420 EVP_PKEY *pkey = NULL; in tls_process_cert_verify() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_all.c60 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_sign() argument
112 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_REQ_sign() argument
136 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_CRL_sign() argument
166 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md) in NETSCAPE_SPKI_sign() argument
677 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey) in i2d_PrivateKey_fp() argument
703 i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey) i2d_PUBKEY_fp() argument
741 i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey) i2d_PrivateKey_bio() argument
770 i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey) i2d_PUBKEY_bio() argument
[all...]
/third_party/node/deps/openssl/openssl/engines/
H A De_dasync.c921 static int dasync_rsa_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in dasync_rsa_paramgen() argument
939 static int dasync_rsa_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in dasync_rsa_keygen() argument
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dx509.h291 ASN1_OCTET_STRING *pkey; member
307 EVP_PKEY *pkey; member
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_lib.c1171 EVP_PKEY *pkey = NULL; in evp_pkey_keygen() local
H A Dctrl_params_translate.c1514 EVP_PKEY *pkey = ctx->p2; in get_payload_group_name() local
1567 EVP_PKEY *pkey = ctx->p2; in get_payload_private_key() local
1604 EVP_PKEY *pkey = ctx->p2; in get_payload_public_key() local
1681 EVP_PKEY *pkey = ctx->p2; get_dh_dsa_payload_p() local
1763 EVP_PKEY *pkey = ctx->p2; get_ec_decoded_from_explicit_params() local
2830 evp_pkey_setget_params_to_ctrl(const EVP_PKEY *pkey, enum action action_type, OSSL_PARAM *params) evp_pkey_setget_params_to_ctrl() argument
2872 evp_pkey_get_params_to_ctrl(const EVP_PKEY *pkey, OSSL_PARAM *params) evp_pkey_get_params_to_ctrl() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpvkfmt.c72 EVP_PKEY *pkey = NULL; in evp_pkey_new0_key() local
328 EVP_PKEY *pkey = NULL; ossl_b2i_bio() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_ameth.c29 static int rsa_param_encode(const EVP_PKEY *pkey, in rsa_param_encode() argument
53 static int rsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in rsa_pub_encode() argument
76 static int rsa_pub_decode(EVP_PKEY *pkey, cons argument
129 old_rsa_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) old_rsa_priv_decode() argument
140 old_rsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) old_rsa_priv_encode() argument
145 rsa_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) rsa_priv_encode() argument
173 rsa_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8) rsa_priv_decode() argument
185 int_rsa_size(const EVP_PKEY *pkey) int_rsa_size() argument
190 rsa_bits(const EVP_PKEY *pkey) rsa_bits() argument
195 rsa_security_bits(const EVP_PKEY *pkey) rsa_security_bits() argument
200 int_rsa_free(EVP_PKEY *pkey) int_rsa_free() argument
300 pkey_rsa_print(BIO *bp, const EVP_PKEY *pkey, int off, int priv) pkey_rsa_print() argument
389 rsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) rsa_pub_print() argument
395 rsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) rsa_priv_print() argument
420 rsa_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) rsa_pkey_ctrl() argument
523 ossl_rsa_pss_to_ctx(EVP_MD_CTX *ctx, EVP_PKEY_CTX *pkctx, const X509_ALGOR *sigalg, EVP_PKEY *pkey) ossl_rsa_pss_to_ctx() argument
615 rsa_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn, const X509_ALGOR *sigalg, const ASN1_BIT_STRING *sig, EVP_PKEY *pkey) rsa_item_verify() argument
758 rsa_pkey_check(const EVP_PKEY *pkey) rsa_pkey_check() argument
763 rsa_pkey_dirty_cnt(const EVP_PKEY *pkey) rsa_pkey_dirty_cnt() argument
832 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); rsa_int_import_from() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_msg.c1035 EVP_PKEY *pkey; in ossl_cmp_certresponse_get1_cert() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_meth.c31 static int ecx_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in ecx_pub_encode() argument
56 static int ecx_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in ecx_pub_decode() argument
86 ecx_priv_decode_ex(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8, OSSL_LIB_CTX *libctx, const char *propq) ecx_priv_decode_ex() argument
100 ecx_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) ecx_priv_encode() argument
132 ecx_size(const EVP_PKEY *pkey) ecx_size() argument
137 ecx_bits(const EVP_PKEY *pkey) ecx_bits() argument
148 ecx_security_bits(const EVP_PKEY *pkey) ecx_security_bits() argument
157 ecx_free(EVP_PKEY *pkey) ecx_free() argument
168 ecx_key_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx, ecx_key_op_t op) ecx_key_print() argument
205 ecx_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) ecx_priv_print() argument
211 ecx_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) ecx_pub_print() argument
217 ecx_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) ecx_ctrl() argument
247 ecd_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) ecd_ctrl() argument
261 ecx_set_priv_key(EVP_PKEY *pkey, const unsigned char *priv, size_t len) ecx_set_priv_key() argument
280 ecx_set_pub_key(EVP_PKEY *pkey, const unsigned char *pub, size_t len) ecx_set_pub_key() argument
298 ecx_get_priv_key(const EVP_PKEY *pkey, unsigned char *priv, size_t *len) ecx_get_priv_key() argument
319 ecx_get_pub_key(const EVP_PKEY *pkey, unsigned char *pub, size_t *len) ecx_get_pub_key() argument
339 ecx_pkey_dirty_cnt(const EVP_PKEY *pkey) ecx_pkey_dirty_cnt() argument
390 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); ecx_generic_import_from() local
532 ecd_size25519(const EVP_PKEY *pkey) ecd_size25519() argument
537 ecd_size448(const EVP_PKEY *pkey) ecd_size448() argument
542 ecd_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn, const X509_ALGOR *sigalg, const ASN1_BIT_STRING *str, EVP_PKEY *pkey) ecd_item_verify() argument
712 pkey_ecx_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) pkey_ecx_keygen() argument
936 s390x_pkey_ecx_keygen25519(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) s390x_pkey_ecx_keygen25519() argument
977 s390x_pkey_ecx_keygen448(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) s390x_pkey_ecx_keygen448() argument
1019 s390x_pkey_ecd_keygen25519(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) s390x_pkey_ecd_keygen25519() argument
1081 s390x_pkey_ecd_keygen448(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) s390x_pkey_ecd_keygen448() argument
[all...]
/third_party/openssl/crypto/cms/
H A Dcms_env.c104 EVP_PKEY *pkey; in ossl_cms_env_asn1_ctrl() local
441 CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey) CMS_RecipientInfo_set0_pkey() argument
520 EVP_PKEY *pkey = ktri->pkey; cms_RecipientInfo_ktri_decrypt() local
[all...]
/third_party/openssl/crypto/ec/
H A Decx_meth.c31 static int ecx_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in ecx_pub_encode() argument
56 static int ecx_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in ecx_pub_decode() argument
86 ecx_priv_decode_ex(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8, OSSL_LIB_CTX *libctx, const char *propq) ecx_priv_decode_ex() argument
100 ecx_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) ecx_priv_encode() argument
132 ecx_size(const EVP_PKEY *pkey) ecx_size() argument
137 ecx_bits(const EVP_PKEY *pkey) ecx_bits() argument
148 ecx_security_bits(const EVP_PKEY *pkey) ecx_security_bits() argument
157 ecx_free(EVP_PKEY *pkey) ecx_free() argument
168 ecx_key_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx, ecx_key_op_t op) ecx_key_print() argument
205 ecx_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) ecx_priv_print() argument
211 ecx_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) ecx_pub_print() argument
217 ecx_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) ecx_ctrl() argument
247 ecd_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) ecd_ctrl() argument
261 ecx_set_priv_key(EVP_PKEY *pkey, const unsigned char *priv, size_t len) ecx_set_priv_key() argument
280 ecx_set_pub_key(EVP_PKEY *pkey, const unsigned char *pub, size_t len) ecx_set_pub_key() argument
298 ecx_get_priv_key(const EVP_PKEY *pkey, unsigned char *priv, size_t *len) ecx_get_priv_key() argument
319 ecx_get_pub_key(const EVP_PKEY *pkey, unsigned char *pub, size_t *len) ecx_get_pub_key() argument
339 ecx_pkey_dirty_cnt(const EVP_PKEY *pkey) ecx_pkey_dirty_cnt() argument
390 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); ecx_generic_import_from() local
532 ecd_size25519(const EVP_PKEY *pkey) ecd_size25519() argument
537 ecd_size448(const EVP_PKEY *pkey) ecd_size448() argument
542 ecd_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn, const X509_ALGOR *sigalg, const ASN1_BIT_STRING *str, EVP_PKEY *pkey) ecd_item_verify() argument
712 pkey_ecx_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) pkey_ecx_keygen() argument
936 s390x_pkey_ecx_keygen25519(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) s390x_pkey_ecx_keygen25519() argument
977 s390x_pkey_ecx_keygen448(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) s390x_pkey_ecx_keygen448() argument
1019 s390x_pkey_ecd_keygen25519(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) s390x_pkey_ecd_keygen25519() argument
1081 s390x_pkey_ecd_keygen448(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) s390x_pkey_ecd_keygen448() argument
[all...]
/third_party/openssl/crypto/evp/
H A Dctrl_params_translate.c1511 EVP_PKEY *pkey = ctx->p2; in get_payload_group_name() local
1564 EVP_PKEY *pkey = ctx->p2; in get_payload_private_key() local
1601 EVP_PKEY *pkey = ctx->p2; in get_payload_public_key() local
1678 EVP_PKEY *pkey = ctx->p2; get_dh_dsa_payload_p() local
1760 EVP_PKEY *pkey = ctx->p2; get_ec_decoded_from_explicit_params() local
2821 evp_pkey_setget_params_to_ctrl(const EVP_PKEY *pkey, enum action action_type, OSSL_PARAM *params) evp_pkey_setget_params_to_ctrl() argument
2863 evp_pkey_get_params_to_ctrl(const EVP_PKEY *pkey, OSSL_PARAM *params) evp_pkey_get_params_to_ctrl() argument
[all...]
/third_party/openssl/crypto/cmp/
H A Dcmp_msg.c1035 EVP_PKEY *pkey; in ossl_cmp_certresponse_get1_cert() local

Completed in 42 milliseconds

1...<<1112131415161718