OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:crl_data
(Results
1 - 1
of
1
) sorted by null
/external/boringssl/src/crypto/x509/
pkcs7.c
180
CBS
crl_data
;
local
184
if (!CBS_get_asn1_element(&crls, &
crl_data
, CBS_ASN1_SEQUENCE)) {
188
if (CBS_len(&
crl_data
) > LONG_MAX) {
191
inp = CBS_data(&
crl_data
);
192
crl = d2i_X509_CRL(NULL, &inp, (long)CBS_len(&
crl_data
));
197
assert(inp == CBS_data(&
crl_data
) + CBS_len(&
crl_data
));
328
CBB
crl_data
;
local
331
if (!CBB_add_asn1(out, &
crl_data
,
342
!CBB_add_space(&
crl_data
, &buf, len) |
[
all
...]
Completed in 57 milliseconds