OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:append_exp
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1_gen.c
118
static int
append_exp
(tag_exp_arg *arg, int exp_tag, int exp_class, int exp_constructed, int exp_pad, int imp_ok);
340
if (!
append_exp
(arg, tmp_tag, tmp_class, 1, 0, 0))
345
if (!
append_exp
(arg, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, 1, 0, 1))
350
if (!
append_exp
(arg, V_ASN1_SET, V_ASN1_UNIVERSAL, 1, 0, 1))
355
if (!
append_exp
(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1))
360
if (!
append_exp
(arg, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL, 0, 0, 1))
512
static int
append_exp
(tag_exp_arg *arg, int exp_tag, int exp_class, int exp_constructed, int exp_pad, int imp_ok)
function
asn1_err.c
77
{ERR_FUNC(ASN1_F_APPEND_EXP), "
APPEND_EXP
"},
/external/openssl/crypto/asn1/
asn1_gen.c
118
static int
append_exp
(tag_exp_arg *arg, int exp_tag, int exp_class, int exp_constructed, int exp_pad, int imp_ok);
340
if (!
append_exp
(arg, tmp_tag, tmp_class, 1, 0, 0))
345
if (!
append_exp
(arg, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, 1, 0, 1))
350
if (!
append_exp
(arg, V_ASN1_SET, V_ASN1_UNIVERSAL, 1, 0, 1))
355
if (!
append_exp
(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1))
360
if (!
append_exp
(arg, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL, 0, 0, 1))
512
static int
append_exp
(tag_exp_arg *arg, int exp_tag, int exp_class, int exp_constructed, int exp_pad, int imp_ok)
function
asn1_err.c
77
{ERR_FUNC(ASN1_F_APPEND_EXP), "
APPEND_EXP
"},
Completed in 89 milliseconds