Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dby_dir.c305 BY_DIR_HASH htmp, *hent; in get_cert_by_subject() local
313 htmp.hash = h; in get_cert_by_subject()
315 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp); in get_cert_by_subject()
397 htmp.hash = h; in get_cert_by_subject()
398 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp); in get_cert_by_subject()
/minix3/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dv3_alt.c118 char oline[256], htmp[5]; in STACK_OF() local
158 BIO_snprintf(htmp, sizeof htmp, "%X", p[0] << 8 | p[1]); in STACK_OF()
160 strcat(oline, htmp); in STACK_OF()
/minix3/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn_mime.c894 MIME_HEADER htmp; in mime_hdr_find() local
896 htmp.name = name; in mime_hdr_find()
897 idx = sk_MIME_HEADER_find(hdrs, &htmp); in mime_hdr_find()