Home
last modified time | relevance | path

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

/freebsd/crypto/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)) {
/freebsd/crypto/openssl/crypto/asn1/
H A Di2d_evp.c59 if (OSSL_ENCODER_to_data(ctx, pp, &len)) { in i2d_provided()
/freebsd/crypto/openssl/include/openssl/
H A Dencoder.h107 int OSSL_ENCODER_to_data(OSSL_ENCODER_CTX *ctx, unsigned char **pdata,
/freebsd/crypto/openssl/crypto/evp/
H A Devp_pkey.c143 || !OSSL_ENCODER_to_data(ctx, &der, &derlen)) in EVP_PKEY2PKCS8()
/freebsd/crypto/openssl/test/
H A Dendecoder_legacy_test.c458 || !TEST_true(OSSL_ENCODER_to_data(ectx, in test_DER()
H A Dendecode_test.c1318 && TEST_int_eq(OSSL_ENCODER_to_data(ectx, NULL, &enc_len), 1) in ec_encode_to_data_multi()
1319 && TEST_int_eq(OSSL_ENCODER_to_data(ectx, &enc, &enc_len), 1); in ec_encode_to_data_multi()
H A Devp_libctx_test.c560 || !TEST_true(OSSL_ENCODER_to_data(ectx, &pub_der, &len))) in rsa_keygen()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_lib.c119 int OSSL_ENCODER_to_data(OSSL_ENCODER_CTX *ctx, unsigned char **pdata, in OSSL_ENCODER_to_data() function
/freebsd/crypto/openssl/crypto/x509/
H A Dx_pubkey.c354 if (OSSL_ENCODER_to_data(ectx, &der, &derlen)) { in X509_PUBKEY_set()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c3546 if (!ctx || OSSL_ENCODER_to_data(ctx, &pdata, &pdata_len) != 1) { in crypto_ec_key_get_subject_public_key()
3682 if (!ctx || OSSL_ENCODER_to_data(ctx, &pdata, &pdata_len) != 1) { in crypto_ec_key_get_ecprivate_key()
/freebsd/secure/lib/libcrypto/
H A DVersion.map5073 OSSL_ENCODER_to_data;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3234 MLINKS+= OSSL_ENCODER_to_bio.3 OSSL_ENCODER_to_data.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num5277 OSSL_ENCODER_to_data 5405 3_0_0 EXIST::FUNCTION: