OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:issuerkeyhash
(Results
1 - 7
of
7
) sorted by null
/external/openssl/crypto/ocsp/
ocsp_lib.c
130
if (!(ASN1_OCTET_STRING_set(cid->
issuerKeyHash
, md, i))) goto err;
152
return ASN1_OCTET_STRING_cmp(a->
issuerKeyHash
, b->
issuerKeyHash
);
ocsp_vfy.c
314
(cid->
issuerKeyHash
->length != mdlen))
322
if (memcmp(md, cid->
issuerKeyHash
->data, mdlen))
ocsp_asn.c
73
ASN1_SIMPLE(OCSP_CERTID,
issuerKeyHash
, ASN1_OCTET_STRING),
ocsp.h
96
*
issuerKeyHash
OCTET STRING, -- Hash of Issuers public key (excluding the tag & length fields)
103
ASN1_OCTET_STRING *
issuerKeyHash
;
ocsp_srv.c
94
if (pikeyHash) *pikeyHash = cid->
issuerKeyHash
;
ocsp_prn.c
78
i2a_ASN1_STRING(bp, a->
issuerKeyHash
, V_ASN1_OCTET_STRING);
/external/openssl/include/openssl/
ocsp.h
96
*
issuerKeyHash
OCTET STRING, -- Hash of Issuers public key (excluding the tag & length fields)
103
ASN1_OCTET_STRING *
issuerKeyHash
;
Completed in 192 milliseconds