Home
last modified time | relevance | path

Searched refs:ERR_LIB_PKCS7 (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpkcs7err.c18 {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_CERTIFICATE_VERIFY_ERROR),
20 {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER),
22 {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_CIPHER_NOT_INITIALIZED),
24 {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_CONTENT_AND_DATA_PRESENT),
26 {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_CTRL_ERROR), "ctrl error"},
27 {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_DECRYPT_ERROR), "decrypt error"},
28 {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_DIGEST_FAILURE), "digest failure"},
29 {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_ENCRYPTION_CTRL_FAILURE),
31 {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_ENCRYPTION_NOT_SUPPORTED_FOR_THIS_KEY_TYPE),
33 {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_ERROR_ADDING_RECIPIENT),
[all …]
H A Dpk7_smime.c31 ERR_raise(ERR_LIB_PKCS7, ERR_R_MALLOC_FAILURE); in PKCS7_sign_ex()
42 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_PKCS7_ADD_SIGNER_ERROR); in PKCS7_sign_ex()
80 ERR_raise(ERR_LIB_PKCS7, ERR_R_MALLOC_FAILURE); in PKCS7_final()
90 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_PKCS7_DATASIGN); in PKCS7_final()
125 ERR_raise(ERR_LIB_PKCS7, in PKCS7_sign_add_signer()
131 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_PKCS7_ADD_SIGNATURE_ERROR); in PKCS7_sign_add_signer()
147 ERR_raise(ERR_LIB_PKCS7, ERR_R_MALLOC_FAILURE); in PKCS7_sign_add_signer()
209 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_NO_MATCHING_DIGEST_TYPE_FOUND); in pkcs7_copy_existing_digest()
228 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_INVALID_NULL_POINTER); in PKCS7_verify()
233 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_WRONG_CONTENT_TYPE); in PKCS7_verify()
[all …]
H A Dpk7_doit.c66 ERR_raise(ERR_LIB_PKCS7, ERR_R_BIO_LIB); in pkcs7_bio_add_digest()
82 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_UNKNOWN_DIGEST_TYPE); in pkcs7_bio_add_digest()
88 ERR_raise(ERR_LIB_PKCS7, ERR_R_BIO_LIB); in pkcs7_bio_add_digest()
96 ERR_raise(ERR_LIB_PKCS7, ERR_R_BIO_LIB); in pkcs7_bio_add_digest()
136 ERR_raise(ERR_LIB_PKCS7, ERR_R_MALLOC_FAILURE); in pkcs7_encode_rinfo()
180 ERR_raise(ERR_LIB_PKCS7, ERR_R_MALLOC_FAILURE); in pkcs7_decrypt_rinfo()
189 ERR_raise(ERR_LIB_PKCS7, ERR_R_EVP_LIB); in pkcs7_decrypt_rinfo()
225 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_INVALID_NULL_POINTER); in PKCS7_dataInit()
243 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_NO_CONTENT); in PKCS7_dataInit()
261 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_CIPHER_NOT_INITIALIZED); in PKCS7_dataInit()
[all …]
H A Dpk7_lib.c32 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_NO_CONTENT); in PKCS7_ctrl()
44 ERR_raise(ERR_LIB_PKCS7, in PKCS7_ctrl()
58 ERR_raise(ERR_LIB_PKCS7, in PKCS7_ctrl()
65 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_UNKNOWN_OPERATION); in PKCS7_ctrl()
107 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_UNSUPPORTED_CONTENT_TYPE); in PKCS7_set_content()
178 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_UNSUPPORTED_CONTENT_TYPE); in PKCS7_set_type()
212 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_WRONG_CONTENT_TYPE); in PKCS7_add_signer()
232 ERR_raise(ERR_LIB_PKCS7, ERR_R_MALLOC_FAILURE); in PKCS7_add_signer()
270 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_WRONG_CONTENT_TYPE); in PKCS7_add_certificate()
291 ERR_raise(ERR_LIB_PKCS7, PKCS7_R_WRONG_CONTENT_TYPE); in PKCS7_add_crl()
[all …]
H A Dpk7_attr.c26 ERR_raise(ERR_LIB_PKCS7, ERR_R_MALLOC_FAILURE); in PKCS7_add_attrib_smimecap()
60 ERR_raise(ERR_LIB_PKCS7, ERR_R_MALLOC_FAILURE); in PKCS7_simple_smimecap()
84 ERR_raise(ERR_LIB_PKCS7, ERR_R_MALLOC_FAILURE); in PKCS7_simple_smimecap()
105 ERR_raise(ERR_LIB_PKCS7, ERR_R_MALLOC_FAILURE); in PKCS7_add0_attrib_signing_time()
/freebsd/crypto/openssl/include/openssl/
H A Derr.h94 # define ERR_LIB_PKCS7 33 macro
157 # define PKCS7err(f, r) ERR_raise_data(ERR_LIB_PKCS7, (r), NULL)
331 # define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
H A Derr.h.in96 # define ERR_LIB_PKCS7 33 macro
159 # define PKCS7err(f, r) ERR_raise_data(ERR_LIB_PKCS7, (r), NULL)
333 # define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
/freebsd/crypto/openssl/crypto/err/
H A Derr.c58 {ERR_PACK(ERR_LIB_PKCS7, 0, 0), "PKCS7 routines"},
/freebsd/crypto/openssl/
H A DCHANGES.md13801 Previously ERR_R_FATAL was too small and coincided with ERR_LIB_PKCS7