Lines Matching refs:value
95 } value; member
120 } value; member
177 ASN1_EXP(ResponderID, value.byName, X509_NAME, 1),
178 ASN1_EXP(ResponderID, value.byKey, ASN1_OCTET_STRING, 2)
187 ASN1_IMP(CertStatus, value.good, ASN1_NULL, 0),
188 ASN1_IMP(CertStatus, value.revoked, RevokedInfo, 1),
189 ASN1_IMP(CertStatus, value.unknown, ASN1_NULL, 2)
273 X509_NAME_print_ex(out, rid->value.byName, 0, XN_FLAG_ONELINE); in responderid_str()
276 i2a_ASN1_STRING(out, rid->value.byKey, V_ASN1_OCTET_STRING); in responderid_str()
461 return X509_find_by_subject(certs, rid->value.byName); in ocsp_find_signer()
465 if (rid->value.byKey->length != SHA_DIGEST_LENGTH) in ocsp_find_signer()
471 if (os_memcmp(rid->value.byKey->data, hash, in ocsp_find_signer()