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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/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::__anon635
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/asn1/
H A Docsp.c127 byKey [2] KeyHash }
222 ASN1_OCTET_STRING *byKey; member in union:__anon683::__anon684
330 ASN1_IMP(ResponderID, d.byKey, ASN1_OCTET_STRING, 2)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Drevoke.c200 q.keyhash_sha1 = &ocsp->ocsp.tbsResponseData.responderID.u.byKey;
1118 hex_encode(ocsp.ocsp.tbsResponseData.responderID.u.byKey.data,
1119 ocsp.ocsp.tbsResponseData.responderID.u.byKey.length,
1121 fprintf(out, " byKey: %s\n", s);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Ds_client.c1359 id->value.byKey = ASN1_OCTET_STRING_new();
1361 ASN1_STRING_set(id->value.byKey, "Hello World", -1);

Completed in 76 milliseconds