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

/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_srv.c245 if (!(rid->value.byKey = ASN1_OCTET_STRING_new()))
247 if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, SHA_DIGEST_LENGTH)))
H A Docsp_vfy.c214 if (id->value.byKey->length != SHA_DIGEST_LENGTH)
216 keyhash = id->value.byKey->data;
H A Docsp_asn.c121 ASN1_EXP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2)
H A Docsp_prn.c231 i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING);
H A Docsp.h192 * byKey [2] KeyHash }
200 ASN1_OCTET_STRING *byKey; member in union:ocsp_responder_id_st::__anon73
/freebsd-9.3-release/crypto/openssl/demos/asn1/
H A Docsp.c126 byKey [2] KeyHash }
221 ASN1_OCTET_STRING *byKey; member in union:__anon115::__anon116
326 ASN1_IMP(ResponderID, d.byKey, ASN1_OCTET_STRING, 2)
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Drevoke.c199 q.keyhash_sha1 = &ocsp->ocsp.tbsResponseData.responderID.u.byKey;
1104 hex_encode(ocsp.ocsp.tbsResponseData.responderID.u.byKey.data,
1105 ocsp.ocsp.tbsResponseData.responderID.u.byKey.length,
1107 fprintf(out, " byKey: %s\n", s);
/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_client.c883 id->value.byKey = ASN1_OCTET_STRING_new();
885 ASN1_STRING_set(id->value.byKey, "Hello World", -1);

Completed in 61 milliseconds