Home
last modified time | relevance | path

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

/third_party/openssl/crypto/asn1/
Dasn1_local.h64 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it);
Dtasn_fre.c88 if (ossl_asn1_do_lock(pval, -1, it) != 0) /* if error or ref-counter > 0 */ in ossl_asn1_item_embed_free()
Dtasn_utl.c68 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) in ossl_asn1_do_lock() function
Dtasn_new.c141 if (ossl_asn1_do_lock(pval, 0, it) < 0) { in asn1_item_embed_new()