Home
last modified time | relevance | path

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

/openssl/crypto/ess/
H A Dess_lib.c270 static int find(const ESS_CERT_ID *cid, const ESS_CERT_ID_V2 *cid_v2, in find() argument
282 if (cid == NULL && cid_v2 == NULL) { in find()
289 else if (cid_v2->hash_alg == NULL) in find()
292 OBJ_obj2txt(name, sizeof(name), cid_v2->hash_alg->algorithm, 0); in find()
310 cid_hash_len = cid != NULL ? cid->hash->length : cid_v2->hash->length; in find()
317 if (memcmp(cid != NULL ? cid->hash->data : cid_v2->hash->data, in find()
319 is = cid != NULL ? cid->issuer_serial : cid_v2->issuer_serial; in find()

Completed in 5 milliseconds