| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | crypto_gnutls.c | 51 u8 pkey[8], next, tmp; in des_encrypt() local
|
| H A D | crypto_nettle.c | 32 u8 pkey[8], next, tmp; in des_encrypt() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
| H A D | est.c | 389 EVP_PKEY *pkey = NULL; in generate_csr() local
|
| /third_party/mbedtls/tests/include/test/ |
| H A D | ssl_helpers.h | 190 mbedtls_pk_context *pkey; member
|
| /third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
| H A D | ssl_types.h | 132 EVP_PKEY *pkey; member
|
| /third_party/node/src/crypto/ |
| H A D | crypto_ec.cc | 850 ManagedEVPPKey pkey = key->GetAsymmetricKey(); in ExportJWKEdKey() local [all...] |
| H A D | crypto_dh.cc | 722 ManagedEVPPKey pkey = key->GetAsymmetricKey(); in GetDhKeyDetail() local
|
| H A D | crypto_sig.cc | 57 bool ApplyRSAOptions(const ManagedEVPPKey& pkey, in ValidateDSAParameters() argument 117 unsigned int GetBytesOfRS(const ManagedEVPPKey& pkey) { in ValidateDSAParameters() argument 75 Node_SignFinal(Environment* env, EVPMDPointer&& mdctx, const ManagedEVPPKey& pkey, int padding, Maybe<int> pss_salt_len) ValidateDSAParameters() argument 151 ConvertSignatureToP1363(Environment* env, const ManagedEVPPKey& pkey, std::unique_ptr<BackingStore>&& signature) ValidateDSAParameters() argument 171 ConvertSignatureToP1363( Environment* env, const ManagedEVPPKey& pkey, const ByteSource& signature) ValidateDSAParameters() argument 190 ConvertSignatureToDER( const ManagedEVPPKey& pkey, ByteSource&& out) ValidateDSAParameters() argument 388 SignFinal( const ManagedEVPPKey& pkey, int padding, const Maybe<int>& salt_len, DSASigEnc dsa_sig_enc) SignFinal() argument 507 VerifyFinal(const ManagedEVPPKey& pkey, const ByteSource& sig, int padding, const Maybe<int>& saltlen, bool* verify_result) VerifyFinal() argument 545 ManagedEVPPKey pkey = VerifyFinal() local [all...] |
| /third_party/lwip/src/apps/altcp_tls/ |
| H A D | altcp_tls_mbedtls.c | 100 mbedtls_pk_context *pkey; member 806 mbedtls_pk_context *pkey; in altcp_tls_config_server_add_privkey_cert() local [all...] |
| /third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/ |
| H A D | ssl_pm.c | 63 mbedtls_pk_context *pkey; member [all...] |
| /third_party/node/deps/openssl/openssl/crypto/dh/ |
| H A D | dh_ameth.c | 34 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/node/deps/openssl/openssl/ssl/ |
| H A D | ssl_rsa.c | 118 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/node/deps/openssl/openssl/crypto/store/ |
| H A D | store_lib.c | 589 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/node/deps/openssl/openssl/crypto/pkcs7/ |
| H A D | pk7_doit.c | 112 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/node/deps/openssl/openssl/crypto/cms/ |
| H A D | cms_sd.c | 232 EVP_PKEY *pkey = si->pkey; in cms_sd_asn1_ctrl() local [all...] |
| H A D | cms_smime.c | 504 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, in CMS_sign_ex() argument 549 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, in CMS_sign() argument 555 CMS_sign_receipt(CMS_SignerInfo *si, X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, unsigned int flags) CMS_sign_receipt() argument
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ec_asn1.c | 970 ASN1_OCTET_STRING *pkey = priv_key->privateKey; in d2i_ECPrivateKey() local
|
| H A D | ec_ameth.c | 68 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/node/deps/openssl/openssl/apps/ |
| H A D | pkeyutl.c | 109 EVP_PKEY *pkey = NULL; in pkeyutl_main() local 530 EVP_PKEY *pkey = NULL; in init_ctx() local 713 do_raw_keyop(int pkey_op, EVP_MD_CTX *mctx, EVP_PKEY *pkey, BIO *in, int filesize, unsigned char *sig, int siglen, unsigned char **out, size_t *poutlen) do_raw_keyop() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/engine/ |
| H A D | eng_openssl.c | 509 static int ossl_hmac_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in ossl_hmac_keygen() argument
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | digest.c | 105 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/test/ |
| H A D | endecoder_legacy_test.c | 242 EVP_PKEY *pkey = NULL; in make_key() local 510 EVP_PKEY *pkey = NULL, *downgraded_pkey = NULL; in test_key() local [all...] |
| H A D | threadstest.c | 328 EVP_PKEY *pkey = NULL; in thread_general_worker() local
|
| /third_party/openssl/apps/ |
| H A D | pkeyutl.c | 109 EVP_PKEY *pkey = NULL; in pkeyutl_main() local 530 EVP_PKEY *pkey = NULL; in init_ctx() local 713 do_raw_keyop(int pkey_op, EVP_MD_CTX *mctx, EVP_PKEY *pkey, BIO *in, int filesize, unsigned char *sig, int siglen, unsigned char **out, size_t *poutlen) do_raw_keyop() argument [all...] |
| /third_party/openssl/crypto/cms/ |
| H A D | cms_sd.c | 232 EVP_PKEY *pkey = si->pkey; in cms_sd_asn1_ctrl() local [all...] |