Home
last modified time | relevance | path

Searched defs:pkey (Results 226 - 250 of 405) sorted by relevance

12345678910>>...17

/third_party/openssl/crypto/ec/
H A Dec_asn1.c970 ASN1_OCTET_STRING *pkey = priv_key->privateKey; in d2i_ECPrivateKey() local
H A Dec_ameth.c68 static int eckey_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in eckey_pub_encode() argument
100 static int eckey_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in eckey_pub_decode() argument
148 static int eckey_priv_decode_ex(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8, in eckey_priv_decode_ex() argument
162 eckey_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) eckey_priv_encode() argument
205 int_ec_size(const EVP_PKEY *pkey) int_ec_size() argument
210 ec_bits(const EVP_PKEY *pkey) ec_bits() argument
215 ec_security_bits(const EVP_PKEY *pkey) ec_security_bits() argument
232 ec_missing_parameters(const EVP_PKEY *pkey) ec_missing_parameters() argument
272 int_ec_free(EVP_PKEY *pkey) int_ec_free() argument
346 eckey_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) eckey_param_decode() argument
357 eckey_param_encode(const EVP_PKEY *pkey, unsigned char **pder) eckey_param_encode() argument
362 eckey_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) eckey_param_print() argument
368 eckey_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) eckey_pub_print() argument
374 eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) eckey_priv_print() argument
380 old_ec_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) old_ec_priv_decode() argument
391 old_ec_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) old_ec_priv_encode() argument
396 ec_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) ec_pkey_ctrl() argument
423 ec_pkey_check(const EVP_PKEY *pkey) ec_pkey_check() argument
436 ec_pkey_public_check(const EVP_PKEY *pkey) ec_pkey_public_check() argument
452 ec_pkey_param_check(const EVP_PKEY *pkey) ec_pkey_param_check() argument
466 ec_pkey_dirty_cnt(const EVP_PKEY *pkey) ec_pkey_dirty_cnt() argument
612 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); ec_pkey_import_from() local
[all...]
/third_party/openssl/crypto/evp/
H A Ddigest.c105 EVP_MD_CTX *evp_md_ctx_new_ex(EVP_PKEY *pkey, const ASN1_OCTET_STRING *id, in evp_md_ctx_new_ex() argument
/third_party/openssl/crypto/engine/
H A Deng_openssl.c509 static int ossl_hmac_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in ossl_hmac_keygen() argument
/third_party/openssl/crypto/pkcs7/
H A Dpk7_doit.c112 EVP_PKEY *pkey = NULL; in pkcs7_encode_rinfo() local
395 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert) in PKCS7_dataDecode() argument
155 pkcs7_decrypt_rinfo(unsigned char **pek, int *peklen, PKCS7_RECIP_INFO *ri, EVP_PKEY *pkey, size_t fixlen) pkcs7_decrypt_rinfo() argument
1025 EVP_PKEY *pkey; PKCS7_signatureVerify() local
[all...]
/third_party/openssl/crypto/dh/
H A Ddh_ameth.c34 static DH *d2i_dhp(const EVP_PKEY *pkey, const unsigned char **pp, in d2i_dhp() argument
48 static int i2d_dhp(const EVP_PKEY *pkey, const DH *a, unsigned char **pp) in i2d_dhp() argument
55 static void int_dh_free(EVP_PKEY *pkey) in int_dh_free() argument
60 static int dh_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in dh_pub_decode() argument
111 dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) dh_pub_encode() argument
164 dh_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8) dh_priv_decode() argument
177 dh_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) dh_priv_encode() argument
227 dh_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) dh_param_decode() argument
239 dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder) dh_param_encode() argument
300 int_dh_size(const EVP_PKEY *pkey) int_dh_size() argument
305 dh_bits(const EVP_PKEY *pkey) dh_bits() argument
310 dh_security_bits(const EVP_PKEY *pkey) dh_security_bits() argument
374 dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) dh_param_print() argument
380 dh_public_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) dh_public_print() argument
386 dh_private_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) dh_private_print() argument
397 dh_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) dh_pkey_ctrl() argument
419 dhx_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) dhx_pkey_ctrl() argument
428 dh_pkey_public_check(const EVP_PKEY *pkey) dh_pkey_public_check() argument
440 dh_pkey_param_check(const EVP_PKEY *pkey) dh_pkey_param_check() argument
447 dh_pkey_dirty_cnt(const EVP_PKEY *pkey) dh_pkey_dirty_cnt() argument
513 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); dh_pkey_import_from_type() local
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dpkcs7.h46 EVP_PKEY *pkey; member
/third_party/openssl/ssl/
H A Dssl_rsa.c118 static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey) in ssl_set_pkey() argument
138 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey) in SSL_use_PrivateKey() argument
154 EVP_PKEY *pkey in SSL_use_PrivateKey_file() local
197 EVP_PKEY *pkey; SSL_use_PrivateKey_ASN1() local
229 EVP_PKEY *pkey; ssl_set_cert() local
345 SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey) SSL_CTX_use_PrivateKey() argument
358 EVP_PKEY *pkey = NULL; SSL_CTX_use_PrivateKey_file() local
399 EVP_PKEY *pkey; SSL_CTX_use_PrivateKey_ASN1() local
[all...]
/third_party/openssl/crypto/store/
H A Dstore_lib.c589 OSSL_STORE_INFO *OSSL_STORE_INFO_new_PUBKEY(EVP_PKEY *pkey) in OSSL_STORE_INFO_new_PUBKEY() argument
598 OSSL_STORE_INFO *OSSL_STORE_INFO_new_PKEY(EVP_PKEY *pkey) in OSSL_STORE_INFO_new_PKEY() argument
/third_party/openssl/ohos_lite/include/crypto/
H A Devp.h25 EVP_PKEY *pkey; member
417 } pkey; member
/third_party/openssl/test/
H A Ddhtest.c900 EVP_PKEY *pkey = NULL; in dh_load_pkcs3_namedgroup_privlen_test() local
H A Dcmp_protect_test.c100 verify_signature(OSSL_CMP_MSG *msg, ASN1_BIT_STRING *protection, EVP_PKEY *pkey, EVP_MD *digest) verify_signature() argument
H A Devp_libctx_test.c86 EVP_PKEY *pkey = NULL, *dup_pk = NULL; in test_dsa_param_keygen() local
158 EVP_PKEY *pkey = NULL, *dup_pk = NULL; in do_dh_param_keygen() local
664 EVP_PKEY *pkey = NULL; gen_dh_key() local
[all...]
/third_party/selinux/checkpolicy/
H A Dcheckpolicy.c1273 unsigned int pkey; in main() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_libtomcrypt.c40 u8 pkey[8], next, tmp; in des_encrypt() local
H A Dcrypto_linux.c609 u8 pkey[8], next, tmp; in des_encrypt() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_cred.c271 struct crypto_private_key *pkey; in tlsv1_set_key_pem() local
312 struct crypto_private_key *pkey; in tlsv1_set_key_enc_pem() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_libtomcrypt.c40 u8 pkey[8], next, tmp; in des_encrypt() local
H A Dcrypto_linux.c609 u8 pkey[8], next, tmp; in des_encrypt() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_cred.c271 struct crypto_private_key *pkey; in tlsv1_set_key_pem() local
312 struct crypto_private_key *pkey; in tlsv1_set_key_enc_pem() local
/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...]

Completed in 31 milliseconds

12345678910>>...17