Searched refs:byKey (Results 1 – 6 of 6) sorted by relevance
249 ASN1_OCTET_STRING *byKey = NULL; in OCSP_RESPID_set_by_key_ex() local261 byKey = ASN1_OCTET_STRING_new(); in OCSP_RESPID_set_by_key_ex()262 if (byKey == NULL) in OCSP_RESPID_set_by_key_ex()265 if (!(ASN1_OCTET_STRING_set(byKey, md, SHA_DIGEST_LENGTH))) { in OCSP_RESPID_set_by_key_ex()266 ASN1_OCTET_STRING_free(byKey); in OCSP_RESPID_set_by_key_ex()271 respid->value.byKey = byKey; in OCSP_RESPID_set_by_key_ex()299 if (respid->value.byKey == NULL) in OCSP_RESPID_match_ex()306 ret = (ASN1_STRING_length(respid->value.byKey) == SHA_DIGEST_LENGTH) in OCSP_RESPID_match_ex()307 && (memcmp(ASN1_STRING_get0_data(respid->value.byKey), md, in OCSP_RESPID_match_ex()
193 *pid = rid->value.byKey; in OCSP_resp_get0_id()211 *pid = ASN1_OCTET_STRING_dup(rid->value.byKey); in OCSP_resp_get1_id()
104 ASN1_OCTET_STRING *byKey; member
203 if (id->value.byKey->length != SHA_DIGEST_LENGTH) in ocsp_find_signer_sk()205 keyhash = id->value.byKey->data; in ocsp_find_signer_sk()
73 ASN1_EXP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2)
179 i2a_ASN1_STRING(bp, rid->value.byKey, 0); in OCSP_RESPONSE_print()
Completed in 16 milliseconds