Home
last modified time | relevance | path

Searched refs:OSSL_ENCODER_to_data (Results 1 – 10 of 10) sorted by relevance

/openssl/doc/man3/
H A DOSSL_ENCODER_to_bio.pod5 OSSL_ENCODER_to_data,
14 int OSSL_ENCODER_to_data(OSSL_ENCODER_CTX *ctx, unsigned char **pdata,
30 OSSL_ENCODER_to_data() runs the encoding process for the context I<ctx>,
32 If I<*pdata> is NULL when OSSL_ENCODER_to_data() is called, a buffer will be
35 OSSL_ENCODER_to_data() returns.
36 If I<*pdata> is non-NULL when OSSL_ENCODER_to_data() is called, I<*pdata_len>
55 OSSL_ENCODER_to_bio(), OSSL_ENCODER_to_fp() and OSSL_ENCODER_to_data()
106 if (OSSL_ENCODER_to_data(ectx, &data, &datalen)) {
H A Dd2i_RSAPrivateKey.pod240 if (!OSSL_ENCODER_to_data(ctx, &p, &len)) {
/openssl/crypto/asn1/
H A Di2d_evp.c59 if (OSSL_ENCODER_to_data(ctx, pp, &len)) { in i2d_provided()
/openssl/include/openssl/
H A Dencoder.h107 int OSSL_ENCODER_to_data(OSSL_ENCODER_CTX *ctx, unsigned char **pdata,
/openssl/crypto/evp/
H A Devp_pkey.c143 || !OSSL_ENCODER_to_data(ctx, &der, &derlen)) in EVP_PKEY2PKCS8()
/openssl/crypto/encode_decode/
H A Dencoder_lib.c96 int OSSL_ENCODER_to_data(OSSL_ENCODER_CTX *ctx, unsigned char **pdata, in OSSL_ENCODER_to_data() function
/openssl/test/
H A Dendecoder_legacy_test.c458 || !TEST_true(OSSL_ENCODER_to_data(ectx, in test_DER()
H A Devp_libctx_test.c558 || !TEST_true(OSSL_ENCODER_to_data(ectx, &pub_der, &len))) in rsa_keygen()
/openssl/crypto/x509/
H A Dx_pubkey.c354 if (OSSL_ENCODER_to_data(ectx, &der, &derlen)) { in X509_PUBKEY_set()
/openssl/util/
H A Dlibcrypto.num5277 OSSL_ENCODER_to_data 5405 3_0_0 EXIST::FUNCTION:

Completed in 45 milliseconds