Home
last modified time | relevance | path

Searched refs:ERR_LIB_PKCS12 (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/crypto/pkcs12/
H A Dpk12err.c18 {ERR_PACK(ERR_LIB_PKCS12, 0, PKCS12_R_CALLBACK_FAILED), "callback failed"},
19 {ERR_PACK(ERR_LIB_PKCS12, 0, PKCS12_R_CANT_PACK_STRUCTURE),
21 {ERR_PACK(ERR_LIB_PKCS12, 0, PKCS12_R_CONTENT_TYPE_NOT_DATA),
23 {ERR_PACK(ERR_LIB_PKCS12, 0, PKCS12_R_DECODE_ERROR), "decode error"},
24 {ERR_PACK(ERR_LIB_PKCS12, 0, PKCS12_R_ENCODE_ERROR), "encode error"},
25 {ERR_PACK(ERR_LIB_PKCS12, 0, PKCS12_R_ENCRYPT_ERROR), "encrypt error"},
26 {ERR_PACK(ERR_LIB_PKCS12, 0, PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE),
28 {ERR_PACK(ERR_LIB_PKCS12, 0, PKCS12_R_INVALID_NULL_ARGUMENT),
30 {ERR_PACK(ERR_LIB_PKCS12, 0, PKCS12_R_INVALID_NULL_PKCS12_POINTER),
32 {ERR_PACK(ERR_LIB_PKCS12, 0, PKCS12_R_INVALID_TYPE), "invalid type"},
[all …]
H A Dp12_add.c27 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS12_item_pack_safebag()
32 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS12_item_pack_safebag()
36 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS12_item_pack_safebag()
54 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS12_pack_p7data()
59 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS12_pack_p7data()
64 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_CANT_PACK_STRUCTURE); in PKCS12_pack_p7data()
78 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_CONTENT_TYPE_NOT_DATA); in STACK_OF()
83 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_DECODE_ERROR); in STACK_OF()
105 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS12_pack_p7encdata_ex()
109 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE); in PKCS12_pack_p7encdata_ex()
[all …]
H A Dp12_mutl.c90 ERR_raise(ERR_LIB_PKCS12, ERR_R_PASSED_INVALID_ARGUMENT); in PBMAC1_get1_pbkdf2_param()
96 ERR_raise(ERR_LIB_PKCS12, ERR_R_PASSED_INVALID_ARGUMENT); in PBMAC1_get1_pbkdf2_param()
122 ERR_raise(ERR_LIB_PKCS12, ERR_R_UNSUPPORTED); in PBMAC1_PBKDF2_HMAC()
137 ERR_raise(ERR_LIB_PKCS12, ERR_R_FETCH_FAILED); in PBMAC1_PBKDF2_HMAC()
143 ERR_raise(ERR_LIB_PKCS12, ERR_R_INTERNAL_ERROR); in PBMAC1_PBKDF2_HMAC()
178 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_CONTENT_TYPE_NOT_DATA); in pkcs12_gen_mac()
183 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_DECODE_ERROR); in pkcs12_gen_mac()
210 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_UNKNOWN_DIGEST_ALGORITHM); in pkcs12_gen_mac()
233 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_KEY_GEN_ERROR); in pkcs12_gen_mac()
257 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_KEY_GEN_ERROR); in pkcs12_gen_mac()
[all …]
H A Dp12_decr.c32 ERR_raise(ERR_LIB_PKCS12, ERR_R_EVP_LIB); in PKCS12_pbe_crypt_ex()
50 ERR_raise(ERR_LIB_PKCS12, ERR_R_PASSED_NULL_PARAMETER); in PKCS12_pbe_crypt_ex()
58 ERR_raise(ERR_LIB_PKCS12, ERR_R_INTERNAL_ERROR); in PKCS12_pbe_crypt_ex()
66 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_UNSUPPORTED_PKCS12_MODE); in PKCS12_pbe_crypt_ex()
72 ERR_raise(ERR_LIB_PKCS12, ERR_R_INTERNAL_ERROR); in PKCS12_pbe_crypt_ex()
84 ERR_raise(ERR_LIB_PKCS12, ERR_R_EVP_LIB); in PKCS12_pbe_crypt_ex()
92 ERR_raise_data(ERR_LIB_PKCS12, PKCS12_R_PKCS12_CIPHERFINAL_ERROR, in PKCS12_pbe_crypt_ex()
105 ERR_raise(ERR_LIB_PKCS12, ERR_R_INTERNAL_ERROR); in PKCS12_pbe_crypt_ex()
159 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_DECODE_ERROR); in PKCS12_item_decrypt_d2i_ex()
189 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS12_item_i2d_encrypt_ex()
[all …]
H A Dp12_init.c23 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS12_init_ex()
32 ERR_raise(ERR_LIB_PKCS12, ERR_R_PKCS7_LIB); in PKCS12_init_ex()
39 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS12_init_ex()
44 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_UNSUPPORTED_PKCS12_MODE); in PKCS12_init_ex()
H A Dp12_sbag.c159 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS12_SAFEBAG_create_secret()
170 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS12_SAFEBAG_create_secret()
176 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_ENCODE_ERROR); in PKCS12_SAFEBAG_create_secret()
182 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS12_SAFEBAG_create_secret()
190 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_INVALID_TYPE); in PKCS12_SAFEBAG_create_secret()
195 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS12_SAFEBAG_create_secret()
214 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS12_SAFEBAG_create0_p8inf()
230 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS12_SAFEBAG_create0_pkcs8()
H A Dp12_p8e.c27 ERR_raise(ERR_LIB_PKCS12, ERR_R_PASSED_NULL_PARAMETER); in PKCS8_encrypt_ex()
37 ERR_raise(ERR_LIB_PKCS12, ERR_R_PASSED_NULL_PARAMETER); in PKCS8_encrypt_ex()
48 ERR_raise(ERR_LIB_PKCS12, ERR_R_ASN1_LIB); in PKCS8_encrypt_ex()
80 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_ENCRYPT_ERROR); in PKCS8_set0_pbe_ex()
H A Dp12_crpt.c41 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_DECODE_ERROR); in PKCS12_PBE_keyivgen_ex()
55 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_KEY_GEN_ERROR); in PKCS12_PBE_keyivgen_ex()
64 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_IV_GEN_ERROR); in PKCS12_PBE_keyivgen_ex()
H A Dp12_kiss.c49 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_INVALID_NULL_PKCS12_POINTER); in PKCS12_parse()
67 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_MAC_VERIFY_FAILURE); in PKCS12_parse()
71 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_MAC_VERIFY_FAILURE); in PKCS12_parse()
81 ERR_raise(ERR_LIB_PKCS12, ERR_R_CRYPTO_LIB); in PKCS12_parse()
90 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_PARSE_ERROR); in PKCS12_parse()
H A Dp12_crt.c63 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_INVALID_NULL_ARGUMENT); in PKCS12_create_ex2()
88 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_CALLBACK_FAILED); in PKCS12_create_ex2()
103 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_CALLBACK_FAILED); in PKCS12_create_ex2()
137 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_CALLBACK_FAILED); in PKCS12_create_ex2()
H A Dp12_npas.c39 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_INVALID_NULL_PKCS12_POINTER); in PKCS12_newpass()
46 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_MAC_VERIFY_FAILURE); in PKCS12_newpass()
51 ERR_raise(ERR_LIB_PKCS12, PKCS12_R_PARSE_ERROR); in PKCS12_newpass()
H A Dp12_key.c32 ERR_raise(ERR_LIB_PKCS12, ERR_R_PKCS12_LIB); in PKCS12_key_gen_asc_ex()
62 ERR_raise(ERR_LIB_PKCS12, ERR_R_PKCS12_LIB); in PKCS12_key_gen_utf8_ex()
/freebsd/crypto/openssl/include/openssl/
H A Derr.h96 # define ERR_LIB_PKCS12 35 macro
156 # define PKCS12err(f, r) ERR_raise_data(ERR_LIB_PKCS12, (r), NULL)
333 # define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
H A Derr.h.in98 # define ERR_LIB_PKCS12 35 macro
158 # define PKCS12err(f, r) ERR_raise_data(ERR_LIB_PKCS12, (r), NULL)
335 # define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
/freebsd/crypto/openssl/crypto/err/
H A Derr.c59 {ERR_PACK(ERR_LIB_PKCS12, 0, 0), "PKCS12 routines"},
/freebsd/crypto/openssl/apps/
H A Dpkcs12.c869 if (ERR_GET_LIB(err) == ERR_LIB_PKCS12 in pkcs12_main()