Lines Matching refs:it
29 int ossl_asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_get_choice_selector() argument
31 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector()
37 const ASN1_ITEM *it) in ossl_asn1_get_choice_selector_const() argument
39 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector_const()
49 const ASN1_ITEM *it) in ossl_asn1_set_choice_selector() argument
53 sel = offset2ptr(*pval, it->utype); in ossl_asn1_set_choice_selector()
68 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) in ossl_asn1_do_lock() argument
75 if ((it->itype != ASN1_ITYPE_SEQUENCE) in ossl_asn1_do_lock()
76 && (it->itype != ASN1_ITYPE_NDEF_SEQUENCE)) in ossl_asn1_do_lock()
78 aux = it->funcs; in ossl_asn1_do_lock()
103 REF_PRINT_EX(it->sname, ret, (void *)it); in ossl_asn1_do_lock()
116 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_get_enc_ptr() argument
122 aux = it->funcs; in asn1_get_enc_ptr()
129 const ASN1_ITEM *it) in asn1_get_const_enc_ptr() argument
135 aux = it->funcs; in asn1_get_const_enc_ptr()
141 void ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_enc_init() argument
143 ASN1_ENCODING *enc = asn1_get_enc_ptr(pval, it); in ossl_asn1_enc_init()
152 void ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_enc_free() argument
154 ASN1_ENCODING *enc = asn1_get_enc_ptr(pval, it); in ossl_asn1_enc_free()
165 const ASN1_ITEM *it) in ossl_asn1_enc_save() argument
167 ASN1_ENCODING *enc = asn1_get_enc_ptr(pval, it); in ossl_asn1_enc_save()
185 const ASN1_ITEM *it) in ossl_asn1_enc_restore() argument
187 const ASN1_ENCODING *enc = asn1_get_const_enc_ptr(pval, it); in ossl_asn1_enc_restore()