Home
last modified time | relevance | path

Searched refs:id_cache (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/crypto/encode_decode/
H A Dencoder_local.h173 const char *name, int *id_cache);
H A Ddecoder_meth.c530 int ossl_decoder_fast_is_a(OSSL_DECODER *decoder, const char *name, int *id_cache) in ossl_decoder_fast_is_a() argument
532 int id = *id_cache; in ossl_decoder_fast_is_a()
535 *id_cache = id = resolve_name(decoder, name); in ossl_decoder_fast_is_a()