Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/asn1/
Dtasn_enc.c544 ASN1_BOOLEAN *tbool = NULL; in asn1_ex_i2c() local
590 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_i2c()
591 if (*tbool == -1) in asn1_ex_i2c()
597 if (*tbool && (it->size > 0)) in asn1_ex_i2c()
599 if (!*tbool && !it->size) in asn1_ex_i2c()
602 c = (unsigned char)*tbool; in asn1_ex_i2c()
Dtasn_dec.c892 ASN1_BOOLEAN *tbool; in asn1_ex_c2i() local
893 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_c2i()
894 *tbool = *cont; in asn1_ex_c2i()