Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl_ocsp.c94 ASN1_OCTET_STRING *byKey; member
178 ASN1_EXP(ResponderID, value.byKey, ASN1_OCTET_STRING, 2)
282 i2a_ASN1_STRING(out, rid->value.byKey, V_ASN1_OCTET_STRING); in responderid_str()
471 if (rid->value.byKey->length != SHA_DIGEST_LENGTH) in ocsp_find_signer()
477 if (os_memcmp(rid->value.byKey->data, hash, in ocsp_find_signer()
/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_srv.c249 if (!(rid->value.byKey = ASN1_OCTET_STRING_new())) in OCSP_basic_sign()
251 if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, in OCSP_basic_sign()
H A Docsp_vfy.c230 if (id->value.byKey->length != SHA_DIGEST_LENGTH) in ocsp_find_signer_sk()
232 keyhash = id->value.byKey->data; in ocsp_find_signer_sk()
H A Docsp_local.h161 ASN1_OCTET_STRING *byKey; member
H A Docsp_prn.c243 i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING); in OCSP_RESPONSE_print()
H A Docsp_cl.c260 *pid = rid->value.byKey; in OCSP_resp_get0_id()
H A Docsp_asn.c506 .offset = offsetof(OCSP_RESPID, value.byKey),