Searched refs:cid_v2 (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ess/ |
H A D | ess_lib.c | 213 * Find the cert in |certs| referenced by |cid| if not NULL, else by |cid_v2|. 217 static int find(const ESS_CERT_ID *cid, const ESS_CERT_ID_V2 *cid_v2, in find() argument 229 if (cid == NULL && cid_v2 == NULL) { in find() 236 else if (cid_v2->hash_alg == NULL) in find() 239 OBJ_obj2txt(name, sizeof(name), cid_v2->hash_alg->algorithm, 0); in find() 257 cid_hash_len = cid != NULL ? cid->hash->length : cid_v2->hash->length; in find() 264 if (memcmp(cid != NULL ? cid->hash->data : cid_v2->hash->data, in find() 266 is = cid != NULL ? cid->issuer_serial : cid_v2->issuer_serial; in find()
|
/third_party/openssl/crypto/ess/ |
H A D | ess_lib.c | 213 * Find the cert in |certs| referenced by |cid| if not NULL, else by |cid_v2|. 217 static int find(const ESS_CERT_ID *cid, const ESS_CERT_ID_V2 *cid_v2, in find() argument 229 if (cid == NULL && cid_v2 == NULL) { in find() 236 else if (cid_v2->hash_alg == NULL) in find() 239 OBJ_obj2txt(name, sizeof(name), cid_v2->hash_alg->algorithm, 0); in find() 257 cid_hash_len = cid != NULL ? cid->hash->length : cid_v2->hash->length; in find() 264 if (memcmp(cid != NULL ? cid->hash->data : cid_v2->hash->data, in find() 266 is = cid != NULL ? cid->issuer_serial : cid_v2->issuer_serial; in find()
|
Completed in 2 milliseconds