Searched refs:ERR_LIB_ASN1 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dasn1_error.c20 {ERR_PACK(ERR_LIB_ASN1, ASN1_F_ASN1_BIT_STRING_set_bit, 0), "ASN1_BIT_STRING_set_bit"},
21 {ERR_PACK(ERR_LIB_ASN1, ASN1_F_ASN1_ENUMERATED_set, 0), "ASN1_ENUMERATED_set"},
22 {ERR_PACK(ERR_LIB_ASN1, ASN1_F_ASN1_ENUMERATED_to_BN, 0), "ASN1_ENUMERATED_to_BN"},
23 {ERR_PACK(ERR_LIB_ASN1, ASN1_F_ASN1_GENERALIZEDTIME_adj, 0), "ASN1_GENERALIZEDTIME_adj"},
24 {ERR_PACK(ERR_LIB_ASN1, ASN1_F_ASN1_INTEGER_set, 0), "ASN1_INTEGER_set"},
25 {ERR_PACK(ERR_LIB_ASN1, ASN1_F_ASN1_INTEGER_to_BN, 0), "ASN1_INTEGER_to_BN"},
26 {ERR_PACK(ERR_LIB_ASN1, ASN1_F_ASN1_OBJECT_new, 0), "ASN1_OBJECT_new"},
27 {ERR_PACK(ERR_LIB_ASN1, ASN1_F_ASN1_PCTX_new, 0), "ASN1_PCTX_new"},
28 {ERR_PACK(ERR_LIB_ASN1, ASN1_F_ASN1_STRING_TABLE_add, 0), "ASN1_STRING_TABLE_add"},
29 {ERR_PACK(ERR_LIB_ASN1, ASN1_F_ASN1_STRING_se
[all...]
/external/openssl/crypto/err/
H A Derr.h173 #define ERR_LIB_ASN1 13 macro
214 #define ASN1err(f,r) ERR_PUT_error(ERR_LIB_ASN1,(f),(r),__FILE__,__LINE__)
274 #define ERR_R_ASN1_LIB ERR_LIB_ASN1 /* 13 */
H A Derr.c142 {ERR_PACK(ERR_LIB_ASN1,0,0) ,"asn1 encoding routines"},
/external/openssl/include/openssl/
H A Derr.h173 #define ERR_LIB_ASN1 13 macro
214 #define ASN1err(f,r) ERR_PUT_error(ERR_LIB_ASN1,(f),(r),__FILE__,__LINE__)
274 #define ERR_R_ASN1_LIB ERR_LIB_ASN1 /* 13 */
H A Dasn1_mac.h69 #define ASN1_MAC_ERR_LIB ERR_LIB_ASN1
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Derr.h379 ERR_LIB_ASN1, enumerator in enum:__anon11666
413 #define ERR_R_ASN1_LIB ERR_LIB_ASN1
H A Dasn1_mac.h69 #define ASN1_MAC_ERR_LIB ERR_LIB_ASN1
/external/openssl/crypto/asn1/
H A Dasn1_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ASN1,func,0)
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ASN1,0,reason)
H A Dasn1_mac.h69 #define ASN1_MAC_ERR_LIB ERR_LIB_ASN1
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp566 case ERR_LIB_ASN1:

Completed in 287 milliseconds