Home | History | Annotate | Download | only in asn1

Lines Matching full:aux

103 	const ASN1_AUX *aux;
108 aux = it->funcs;
109 if (!aux || !(aux->flags & ASN1_AFLG_REFCOUNT))
111 lck = offset2ptr(*pval, aux->ref_offset);
117 ret = CRYPTO_add(lck, op, aux->ref_lock);
130 const ASN1_AUX *aux;
133 aux = it->funcs;
134 if (!aux || !(aux->flags & ASN1_AFLG_ENCODING))
136 return offset2ptr(*pval, aux->enc_offset);