Home
last modified time | relevance | path

Searched refs:OSSL_DECODER_up_ref (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
H A Ddecoder_meth.c43 int OSSL_DECODER_up_ref(OSSL_DECODER *decoder) in OSSL_DECODER_up_ref() function
215 (int (*)(void *))OSSL_DECODER_up_ref, in put_decoder_in_store()
352 return OSSL_DECODER_up_ref(method); in up_ref_decoder()
H A Ddecoder_lib.c260 if (!OSSL_DECODER_up_ref(decoder)) { in ossl_decoder_instance_new()
361 if (OSSL_DECODER_up_ref(decoder) in DEFINE_STACK_OF()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Ddecoder.h31 int OSSL_DECODER_up_ref(OSSL_DECODER *encoder);
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dlist.c579 OSSL_DECODER_up_ref(decoder); in collect_decoders()