Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_enc.c531 ASN1_BOOLEAN *tbool = NULL; in asn1_ex_i2c() local
580 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_i2c()
581 if (*tbool == -1) in asn1_ex_i2c()
587 if (*tbool && (it->size > 0)) in asn1_ex_i2c()
589 if (!*tbool && !it->size) in asn1_ex_i2c()
592 c = (unsigned char)*tbool; in asn1_ex_i2c()
H A Dtasn_dec.c878 ASN1_BOOLEAN *tbool; in asn1_ex_c2i() local
879 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_c2i()
880 *tbool = *cont; in asn1_ex_c2i()