Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/x509v3/
Dv3_alt.c112 char oline[256], htmp[5]; in STACK_OF() local
152 BIO_snprintf(htmp, sizeof htmp, "%X", p[0] << 8 | p[1]); in STACK_OF()
154 strcat(oline, htmp); in STACK_OF()
/freebsd-9-stable/crypto/openssl/crypto/asn1/
Dasn_mime.c825 MIME_HEADER htmp; in mime_hdr_find() local
827 htmp.name = name; in mime_hdr_find()
828 idx = sk_MIME_HEADER_find(hdrs, &htmp); in mime_hdr_find()