Home
last modified time | relevance | path

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

/openssl-master/crypto/x509/
A Dby_dir.c270 BY_DIR_HASH htmp, *hent; in get_cert_by_subject_ex() local
279 htmp.hash = h; in get_cert_by_subject_ex()
282 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp); in get_cert_by_subject_ex()
366 htmp.hash = h; in get_cert_by_subject_ex()
367 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp); in get_cert_by_subject_ex()
/openssl-master/crypto/asn1/
A Dasn_mime.c919 MIME_HEADER htmp; in mime_hdr_find() local
922 htmp.name = (char *)name; in mime_hdr_find()
923 htmp.value = NULL; in mime_hdr_find()
924 htmp.params = NULL; in mime_hdr_find()
926 idx = sk_MIME_HEADER_find(hdrs, &htmp); in mime_hdr_find()

Completed in 5 milliseconds