Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dby_dir.c266 BY_DIR_HASH htmp, *hent; in get_cert_by_subject_ex() local
275 htmp.hash = h; in get_cert_by_subject_ex()
278 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp); in get_cert_by_subject_ex()
373 htmp.hash = h; in get_cert_by_subject_ex()
374 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp); in get_cert_by_subject_ex()
/openssl/crypto/asn1/
H A Dasn_mime.c942 MIME_HEADER htmp; in mime_hdr_find() local
945 htmp.name = (char *)name; in mime_hdr_find()
946 htmp.value = NULL; in mime_hdr_find()
947 htmp.params = NULL; in mime_hdr_find()
949 idx = sk_MIME_HEADER_find(hdrs, &htmp); in mime_hdr_find()

Completed in 20 milliseconds