Searched refs:byKey (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/ocsp/
H A Docsp_srv.c238 if (!(rid->value.byKey = ASN1_OCTET_STRING_new()))
240 if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, SHA_DIGEST_LENGTH)))
H A Docsp_asn.c120 ASN1_EXP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2)
H A Docsp_vfy.c202 if (id->value.byKey->length != SHA_DIGEST_LENGTH) return NULL;
203 keyhash = id->value.byKey->data;
H A Docsp_prn.c224 i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING);
H A Docsp.h198 * byKey [2] KeyHash }
207 ASN1_OCTET_STRING *byKey; member in union:ocsp_responder_id_st::__anon5187
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Drevoke.c198 q.keyhash_sha1 = &ocsp->ocsp.tbsResponseData.responderID.u.byKey;
1116 hex_encode(ocsp.ocsp.tbsResponseData.responderID.u.byKey.data,
1117 ocsp.ocsp.tbsResponseData.responderID.u.byKey.length,
1119 fprintf(out, " byKey: %s\n", s);
/freebsd-10.0-release/crypto/openssl/apps/
H A Ds_client.c1382 id->value.byKey = ASN1_OCTET_STRING_new();
1384 ASN1_STRING_set(id->value.byKey, "Hello World", -1);

Completed in 182 milliseconds