Home
last modified time | relevance | path

Searched defs:pkey (Results 76 - 100 of 406) sorted by relevance

12345678910>>...17

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_sign.c156 EVP_PKEY *pkey; in ASN1_item_sign_ctx() local
27 ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2, ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey, const EVP_MD *type) ASN1_sign() argument
118 ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, ASN1_BIT_STRING *signature, const void *data, EVP_PKEY *pkey, const EVP_MD *md) ASN1_item_sign() argument
126 ASN1_item_sign_ex(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, ASN1_BIT_STRING *signature, const void *data, const ASN1_OCTET_STRING *id, EVP_PKEY *pkey, const EVP_MD *md, OSSL_LIB_CTX *libctx, const char *propq) ASN1_item_sign_ex() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_dh.c193 EVP_PKEY *pkey; in dh_cms_encrypt() local
H A Dcms_rsa.c247 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pkctx); in rsa_cms_verify() local
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_pmeth.c210 static int pkey_dsa_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_dsa_paramgen() argument
243 static int pkey_dsa_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_dsa_keygen() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2ms.c134 EVP_PKEY *pkey = NULL; in key2msblob_encode() local
38 write_msblob(struct key2ms_ctx_st *ctx, OSSL_CORE_BIO *cout, EVP_PKEY *pkey, int ispub) write_msblob() argument
52 write_pvk(struct key2ms_ctx_st *ctx, OSSL_CORE_BIO *cout, EVP_PKEY *pkey) write_pvk() argument
155 EVP_PKEY *pkey = NULL; key2pvk_encode() local
[all...]
/third_party/node/deps/openssl/openssl/fuzz/
H A Dserver.c525 EVP_PKEY *pkey; in FuzzerTestOneInput() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_crt.c24 static int copy_bag_attr(PKCS12_SAFEBAG *bag, EVP_PKEY *pkey, int nid) in copy_bag_attr() argument
37 PKCS12 *PKCS12_create_ex(const char *pass, const char *name, EVP_PKEY *pkey, in PKCS12_create_ex() argument
148 PKCS12_create(const char *pass, const char *name, EVP_PKEY *pkey, X509 *cert, STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter, int mac_iter, int keytype) PKCS12_create() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_smime.c23 PKCS7 *PKCS7_sign_ex(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, in PKCS7_sign_ex() argument
67 PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, in PKCS7_sign() argument
495 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags) in PKCS7_decrypt() argument
117 PKCS7_sign_add_signer(PKCS7 *p7, X509 *signcert, EVP_PKEY *pkey, const EVP_MD *md, int flags) PKCS7_sign_add_signer() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dgendsa.c57 EVP_PKEY *pkey = NULL; in gendsa_main() local
[all...]
H A Dtestdsa.h218 EVP_PKEY *pkey = NULL; in get_dsa() local
/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_local.h88 EVP_PKEY *pkey; member
/third_party/openssl/test/
H A Dossl_store_test.c74 EVP_PKEY *pkey = NULL; in get_params() local
/third_party/openssl/apps/
H A Dtestdsa.h218 EVP_PKEY *pkey = NULL; in get_dsa() local
H A Ddsaparam.c70 EVP_PKEY *params = NULL, *pkey = NULL; in dsaparam_main() local
H A Dgendsa.c57 EVP_PKEY *pkey = NULL; in gendsa_main() local
[all...]
/third_party/openssl/crypto/asn1/
H A Da_sign.c156 EVP_PKEY *pkey; in ASN1_item_sign_ctx() local
27 ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2, ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey, const EVP_MD *type) ASN1_sign() argument
118 ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, ASN1_BIT_STRING *signature, const void *data, EVP_PKEY *pkey, const EVP_MD *md) ASN1_item_sign() argument
126 ASN1_item_sign_ex(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, ASN1_BIT_STRING *signature, const void *data, const ASN1_OCTET_STRING *id, EVP_PKEY *pkey, const EVP_MD *md, OSSL_LIB_CTX *libctx, const char *propq) ASN1_item_sign_ex() argument
[all...]
/third_party/openssl/crypto/cms/
H A Dcms_dh.c193 EVP_PKEY *pkey; in dh_cms_encrypt() local
H A Dcms_rsa.c231 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pkctx); in rsa_cms_verify() local
/third_party/openssl/crypto/dsa/
H A Ddsa_pmeth.c210 static int pkey_dsa_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_dsa_paramgen() argument
243 static int pkey_dsa_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_dsa_keygen() argument
[all...]
/third_party/openssl/crypto/pkcs7/
H A Dpk7_smime.c23 PKCS7 *PKCS7_sign_ex(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, in PKCS7_sign_ex() argument
67 PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, in PKCS7_sign() argument
495 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags) in PKCS7_decrypt() argument
117 PKCS7_sign_add_signer(PKCS7 *p7, X509 *signcert, EVP_PKEY *pkey, const EVP_MD *md, int flags) PKCS7_sign_add_signer() argument
[all...]
/third_party/openssl/fuzz/
H A Dserver.c525 EVP_PKEY *pkey; in FuzzerTestOneInput() local
[all...]
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2ms.c134 EVP_PKEY *pkey = NULL; in key2msblob_encode() local
38 write_msblob(struct key2ms_ctx_st *ctx, OSSL_CORE_BIO *cout, EVP_PKEY *pkey, int ispub) write_msblob() argument
52 write_pvk(struct key2ms_ctx_st *ctx, OSSL_CORE_BIO *cout, EVP_PKEY *pkey) write_pvk() argument
155 EVP_PKEY *pkey = NULL; key2pvk_encode() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_https_sni.c133 sni_callback(gnutls_session_t session, const gnutls_datum_t* req_ca_dn, int nreqs, const gnutls_pk_algorithm_t* pk_algos, int pk_algos_length, gnutls_pcert_st** pcert, unsigned int *pcert_length, gnutls_privkey_t * pkey) sni_callback() argument
/third_party/openssl/crypto/ct/
H A Dct_local.h88 EVP_PKEY *pkey; member
/third_party/fsverity-utils/lib/
H A Dsign_digest.c56 EVP_PKEY *pkey; in read_private_key() local
116 sign_pkcs7(const void *data_to_sign, size_t data_size, EVP_PKEY *pkey, X509 *cert, const EVP_MD *md, u8 **sig_ret, size_t *sig_size_ret) sign_pkcs7() argument
253 sign_pkcs7(const void *data_to_sign, size_t data_size, EVP_PKEY *pkey, X509 *cert, const EVP_MD *md, u8 **sig_ret, size_t *sig_size_ret) sign_pkcs7() argument
408 EVP_PKEY *pkey = NULL; libfsverity_sign_digest() local
[all...]

Completed in 13 milliseconds

12345678910>>...17