Lines Matching refs:aux
70 const ASN1_AUX *aux; in ossl_asn1_do_lock() local
78 aux = it->funcs; in ossl_asn1_do_lock()
79 if (aux == NULL || (aux->flags & ASN1_AFLG_REFCOUNT) == 0) in ossl_asn1_do_lock()
81 lock = offset2ptr(*pval, aux->ref_lock); in ossl_asn1_do_lock()
82 refcnt = offset2ptr(*pval, aux->ref_offset); in ossl_asn1_do_lock()
118 const ASN1_AUX *aux; in asn1_get_enc_ptr() local
122 aux = it->funcs; in asn1_get_enc_ptr()
123 if (aux == NULL || (aux->flags & ASN1_AFLG_ENCODING) == 0) in asn1_get_enc_ptr()
125 return offset2ptr(*pval, aux->enc_offset); in asn1_get_enc_ptr()
131 const ASN1_AUX *aux; in asn1_get_const_enc_ptr() local
135 aux = it->funcs; in asn1_get_const_enc_ptr()
136 if (aux == NULL || (aux->flags & ASN1_AFLG_ENCODING) == 0) in asn1_get_const_enc_ptr()
138 return offset2ptr(*pval, aux->enc_offset); in asn1_get_const_enc_ptr()