/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | est.c | 389 EVP_PKEY *pkey = NULL; in generate_csr() local 413 if (EVP_PKEY_keygen(pctx, &pkey) <= 0) in generate_csr() 418 rsa = EVP_PKEY_get1_RSA(pkey); in generate_csr() 474 if (!X509_REQ_set_pubkey(req, pkey)) in generate_csr() 506 if (!X509_REQ_sign(req, pkey, EVP_sha256())) in generate_csr() 594 if (pkey) in generate_csr() 595 EVP_PKEY_free(pkey); in generate_csr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | est.c | 389 EVP_PKEY *pkey = NULL; in generate_csr() local 413 if (EVP_PKEY_keygen(pctx, &pkey) <= 0) in generate_csr() 418 rsa = EVP_PKEY_get1_RSA(pkey); in generate_csr() 474 if (!X509_REQ_set_pubkey(req, pkey)) in generate_csr() 506 if (!X509_REQ_sign(req, pkey, EVP_sha256())) in generate_csr() 594 if (pkey) in generate_csr() 595 EVP_PKEY_free(pkey); in generate_csr()
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_srv.c | 172 EVP_PKEY *pkey; in OCSP_basic_sign_ctx() local 179 pkey = EVP_PKEY_CTX_get0_pkey(EVP_MD_CTX_get_pkey_ctx(ctx)); in OCSP_basic_sign_ctx() 180 if (pkey == NULL || !X509_check_private_key(signer, pkey)) { in OCSP_basic_sign_ctx()
|
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_srv.c | 172 EVP_PKEY *pkey; in OCSP_basic_sign_ctx() local 179 pkey = EVP_PKEY_CTX_get0_pkey(EVP_MD_CTX_get_pkey_ctx(ctx)); in OCSP_basic_sign_ctx() 180 if (pkey == NULL || !X509_check_private_key(signer, pkey)) { in OCSP_basic_sign_ctx()
|
/third_party/openssl/test/ |
H A D | hmactest.c | 252 EVP_PKEY *pkey = NULL; in test_hmac_copy_uninited() local 258 || !TEST_ptr(pkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, in test_hmac_copy_uninited() 260 || !TEST_true(EVP_DigestSignInit(ctx, NULL, EVP_sha1(), NULL, pkey)) in test_hmac_copy_uninited() 274 EVP_PKEY_free(pkey); in test_hmac_copy_uninited()
|
H A D | evp_test.c | 1688 EVP_PKEY *pkey = NULL; in pkey_test_init() local 1692 rv = find_key(&pkey, name, public_keys); in pkey_test_init() 1694 rv = find_key(&pkey, name, private_keys); in pkey_test_init() 1695 if (rv == 0 || pkey == NULL) { in pkey_test_init() 1702 EVP_PKEY_free(pkey); in pkey_test_init() 1706 if (!TEST_ptr(kdata->ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, NULL))) { in pkey_test_init() 1707 EVP_PKEY_free(pkey); in pkey_test_init() 3121 EVP_PKEY *pkey = NULL; in keygen_test_run() local 3124 if (EVP_PKEY_keygen(keygen->genctx, &pkey) <= 0) { in keygen_test_run() 3129 if (!evp_pkey_is_provided(pkey)) { in keygen_test_run() 3236 EVP_PKEY *pkey = NULL; digestsigver_test_parse() local 3706 EVP_PKEY *pkey; parse() local [all...] |
/third_party/mbedtls/tests/src/test_helpers/ |
H A D | ssl_helpers.c | 578 if (cert->pkey != NULL) { in test_ssl_endpoint_certificate_free() 580 if (mbedtls_pk_get_type(cert->pkey) == MBEDTLS_PK_OPAQUE) { in test_ssl_endpoint_certificate_free() 581 psa_destroy_key(cert->pkey->priv_id); in test_ssl_endpoint_certificate_free() 584 mbedtls_pk_free(cert->pkey); in test_ssl_endpoint_certificate_free() 585 mbedtls_free(cert->pkey); in test_ssl_endpoint_certificate_free() 586 cert->pkey = NULL; in test_ssl_endpoint_certificate_free() 610 TEST_CALLOC(cert->pkey, 1); in mbedtls_test_ssl_endpoint_certificate_init() 614 mbedtls_pk_init(cert->pkey); in mbedtls_test_ssl_endpoint_certificate_init() 637 cert->pkey, in mbedtls_test_ssl_endpoint_certificate_init() 650 cert->pkey, in mbedtls_test_ssl_endpoint_certificate_init() [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_ec.cc | 741 EVPKeyPointer pkey(EVP_PKEY_new()); in DoExport() 742 CHECK_EQ(1, EVP_PKEY_set1_EC_KEY(pkey.get(), ec.get())); in DoExport() 745 if (!i2d_PUBKEY_bio(bio.get(), pkey.get())) in DoExport() 850 ManagedEVPPKey pkey = key->GetAsymmetricKey(); in ExportJWKEdKey() local 851 Mutex::ScopedLock lock(*pkey.mutex()); in ExportJWKEdKey() 854 switch (EVP_PKEY_id(pkey.get())) { in ExportJWKEdKey() 881 if (!EVP_PKEY_get_raw_public_key(pkey.get(), nullptr, &len)) in ExportJWKEdKey() 888 pkey.get(), out.data<unsigned char>(), &len) || in ExportJWKEdKey() 900 pkey.get(), out.data<unsigned char>(), &len) || in ExportJWKEdKey() 978 EVPKeyPointer pkey(EVP_PKEY_ne in ImportJWKEcKey() [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/ |
H A D | x509.h | 523 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); 531 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 533 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 535 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); 537 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); 601 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey); 605 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey); 649 int i2d_PrivateKey_bio(BIO *bp, const EVP_PKEY *pkey); 653 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey); 691 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, cons [all...] |