Home
last modified time | relevance | path

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

/openssl/crypto/ocsp/
H A Docsp_srv.c249 ASN1_OCTET_STRING *byKey = NULL; in OCSP_RESPID_set_by_key_ex() local
261 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()
H A Docsp_cl.c193 *pid = rid->value.byKey; in OCSP_resp_get0_id()
211 *pid = ASN1_OCTET_STRING_dup(rid->value.byKey); in OCSP_resp_get1_id()
H A Docsp_local.h104 ASN1_OCTET_STRING *byKey; member
H A Docsp_vfy.c203 if (id->value.byKey->length != SHA_DIGEST_LENGTH) in ocsp_find_signer_sk()
205 keyhash = id->value.byKey->data; in ocsp_find_signer_sk()
H A Docsp_asn.c73 ASN1_EXP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2)
H A Docsp_prn.c177 i2a_ASN1_STRING(bp, rid->value.byKey, 0); in OCSP_RESPONSE_print()

Completed in 19 milliseconds