Searched refs:d2i_PUBKEY (Results 1 – 13 of 13) sorted by relevance
/openssl/doc/man3/ |
H A D | X509_PUBKEY_new.pod | 7 d2i_PUBKEY_ex, d2i_PUBKEY, i2d_PUBKEY, d2i_PUBKEY_ex_bio, d2i_PUBKEY_bio, 27 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length); 86 d2i_PUBKEY() does the same as d2i_PUBKEY_ex() except that the default 93 similar to d2i_PUBKEY() and i2d_PUBKEY() except they decode or encode using a 140 X509_PUBKEY_get0(), X509_PUBKEY_get(), d2i_PUBKEY_ex(), d2i_PUBKEY(),
|
H A D | d2i_RSAPrivateKey.pod | 176 b<d2i_I<TYPE>_PUBKEY()> with L<d2i_PUBKEY(3)>, 304 L<d2i_PUBKEY(3)>,
|
/openssl/test/ |
H A D | x509_test.c | 193 pubkey = d2i_PUBKEY(NULL, &p, sizeof(pubkeydata)); in setup_tests()
|
H A D | endecoder_legacy_test.c | 89 d2i_of_void *d2i_PUBKEY; member 668 test_stanza->i2d_PUBKEY, test_stanza->d2i_PUBKEY, in test_key()
|
H A D | tls-provider.c | 2140 d2i_of_void *d2i_PUBKEY; /* Wrapped in a SubjectPublicKeyInfo */ member 2373 if (ctx->desc->d2i_PUBKEY != NULL) in xor_der2key_decode() 2374 key = ctx->desc->d2i_PUBKEY(NULL, &derp, der_len); in xor_der2key_decode()
|
/openssl/providers/implementations/encode_decode/ |
H A D | decode_der2key.c | 70 d2i_of_void *d2i_PUBKEY; /* Wrapped in a SubjectPublicKeyInfo */ member 258 if (ctx->desc->d2i_PUBKEY != NULL) in der2key_decode() 259 key = ctx->desc->d2i_PUBKEY(NULL, &derp, der_len); in der2key_decode()
|
/openssl/doc/man7/ |
H A D | EVP_KEYEXCH-DH.pod | 78 EVP_PKEY *peer_pub_key = d2i_PUBKEY(NULL, &pd, peer_pub_der_len);
|
H A D | ossl-guide-migration.pod | 725 L<d2i_AutoPrivateKey(3)>, L<d2i_PrivateKey(3)> and L<d2i_PUBKEY(3)>
|
/openssl/crypto/x509/ |
H A D | x_all.c | 773 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, fp, a); in d2i_PUBKEY_fp() 859 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, bp, a); in d2i_PUBKEY_bio()
|
H A D | x_pubkey.c | 546 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length) in d2i_PUBKEY() function
|
/openssl/engines/ |
H A D | e_loader_attic.c | 654 if ((pkey = d2i_PUBKEY(NULL, &blob, len)) != NULL) { in try_decode_PUBKEY()
|
/openssl/ssl/ |
H A D | ssl_lib.c | 385 if (!d2i_PUBKEY(&pkey, &p, ilen) || p < data || in dane_tlsa_add()
|
/openssl/util/ |
H A D | libcrypto.num | 3552 d2i_PUBKEY 3633 3_0_0 EXIST::FUNCTION:
|
Completed in 83 milliseconds