Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H A Dtasn_utl.c31 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector() local
33 return *sel; in ossl_asn1_get_choice_selector()
39 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector_const() local
41 return *sel; in ossl_asn1_get_choice_selector_const()
51 int *sel, ret; in ossl_asn1_set_choice_selector() local
53 sel = offset2ptr(*pval, it->utype); in ossl_asn1_set_choice_selector()
54 ret = *sel; in ossl_asn1_set_choice_selector()
55 *sel = value; in ossl_asn1_set_choice_selector()

Completed in 4 milliseconds