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 lck = offset2ptr(*pval, aux->ref_offset); in ossl_asn1_do_lock()
82 lock = offset2ptr(*pval, aux->ref_lock); in ossl_asn1_do_lock()
114 const ASN1_AUX *aux; in asn1_get_enc_ptr() local
118 aux = it->funcs; in asn1_get_enc_ptr()
119 if (aux == NULL || (aux->flags & ASN1_AFLG_ENCODING) == 0) in asn1_get_enc_ptr()
121 return offset2ptr(*pval, aux->enc_offset); in asn1_get_enc_ptr()
127 const ASN1_AUX *aux; in asn1_get_const_enc_ptr() local
131 aux = it->funcs; in asn1_get_const_enc_ptr()
132 if (aux == NULL || (aux->flags & ASN1_AFLG_ENCODING) == 0) in asn1_get_const_enc_ptr()
134 return offset2ptr(*pval, aux->enc_offset); in asn1_get_const_enc_ptr()