Symbol: ERR_LIB_PEM
crypto/openssh/sshkey.c
3447
case ERR_LIB_PEM:
crypto/openssl/crypto/err/err.c
46
{ ERR_PACK(ERR_LIB_PEM, 0, 0), "PEM routines" },
crypto/openssl/crypto/pem/pem_all.c
201
ERR_raise(ERR_LIB_PEM, ERR_R_ASN1_LIB);
crypto/openssl/crypto/pem/pem_all.c
214
ERR_raise(ERR_LIB_PEM, ERR_R_BUF_LIB);
crypto/openssl/crypto/pem/pem_err.c
18
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_BAD_BASE64_DECODE), "bad base64 decode" },
crypto/openssl/crypto/pem/pem_err.c
19
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_BAD_DECRYPT), "bad decrypt" },
crypto/openssl/crypto/pem/pem_err.c
20
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_BAD_END_LINE), "bad end line" },
crypto/openssl/crypto/pem/pem_err.c
21
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_BAD_IV_CHARS), "bad iv chars" },
crypto/openssl/crypto/pem/pem_err.c
22
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_BAD_MAGIC_NUMBER), "bad magic number" },
crypto/openssl/crypto/pem/pem_err.c
23
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_BAD_PASSWORD_READ), "bad password read" },
crypto/openssl/crypto/pem/pem_err.c
24
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_BAD_VERSION_NUMBER), "bad version number" },
crypto/openssl/crypto/pem/pem_err.c
25
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_BIO_WRITE_FAILURE), "bio write failure" },
crypto/openssl/crypto/pem/pem_err.c
26
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_CIPHER_IS_NULL), "cipher is null" },
crypto/openssl/crypto/pem/pem_err.c
27
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_ERROR_CONVERTING_PRIVATE_KEY),
crypto/openssl/crypto/pem/pem_err.c
29
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_EXPECTING_DSS_KEY_BLOB),
crypto/openssl/crypto/pem/pem_err.c
31
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_EXPECTING_PRIVATE_KEY_BLOB),
crypto/openssl/crypto/pem/pem_err.c
33
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_EXPECTING_PUBLIC_KEY_BLOB),
crypto/openssl/crypto/pem/pem_err.c
35
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_EXPECTING_RSA_KEY_BLOB),
crypto/openssl/crypto/pem/pem_err.c
37
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_HEADER_TOO_LONG), "header too long" },
crypto/openssl/crypto/pem/pem_err.c
38
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_INCONSISTENT_HEADER),
crypto/openssl/crypto/pem/pem_err.c
40
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_KEYBLOB_HEADER_PARSE_ERROR),
crypto/openssl/crypto/pem/pem_err.c
42
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_KEYBLOB_TOO_SHORT), "keyblob too short" },
crypto/openssl/crypto/pem/pem_err.c
43
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_MISSING_DEK_IV), "missing dek iv" },
crypto/openssl/crypto/pem/pem_err.c
44
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_NOT_DEK_INFO), "not dek info" },
crypto/openssl/crypto/pem/pem_err.c
45
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_NOT_ENCRYPTED), "not encrypted" },
crypto/openssl/crypto/pem/pem_err.c
46
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_NOT_PROC_TYPE), "not proc type" },
crypto/openssl/crypto/pem/pem_err.c
47
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_NO_START_LINE), "no start line" },
crypto/openssl/crypto/pem/pem_err.c
48
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_PROBLEMS_GETTING_PASSWORD),
crypto/openssl/crypto/pem/pem_err.c
50
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_PVK_DATA_TOO_SHORT), "pvk data too short" },
crypto/openssl/crypto/pem/pem_err.c
51
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_PVK_TOO_SHORT), "pvk too short" },
crypto/openssl/crypto/pem/pem_err.c
52
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_READ_KEY), "read key" },
crypto/openssl/crypto/pem/pem_err.c
53
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_SHORT_HEADER), "short header" },
crypto/openssl/crypto/pem/pem_err.c
54
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_UNEXPECTED_DEK_IV), "unexpected dek iv" },
crypto/openssl/crypto/pem/pem_err.c
55
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_UNSUPPORTED_CIPHER), "unsupported cipher" },
crypto/openssl/crypto/pem/pem_err.c
56
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_UNSUPPORTED_ENCRYPTION),
crypto/openssl/crypto/pem/pem_err.c
58
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_UNSUPPORTED_KEY_COMPONENTS),
crypto/openssl/crypto/pem/pem_err.c
60
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_UNSUPPORTED_PUBLIC_KEY_TYPE),
crypto/openssl/crypto/pem/pem_err.c
62
{ ERR_PACK(ERR_LIB_PEM, 0, PEM_R_UNSUPPORTED_PVK_KEY_TYPE),
crypto/openssl/crypto/pem/pem_info.c
166
ERR_raise(ERR_LIB_PEM, ERR_R_ASN1_LIB);
crypto/openssl/crypto/pem/pem_info.c
170
ERR_raise(ERR_LIB_PEM, ERR_R_ASN1_LIB);
crypto/openssl/crypto/pem/pem_info.c
243
ERR_raise(ERR_LIB_PEM, PEM_R_UNSUPPORTED_CIPHER);
crypto/openssl/crypto/pem/pem_info.c
256
ERR_raise(ERR_LIB_PEM, PEM_R_CIPHER_IS_NULL);
crypto/openssl/crypto/pem/pem_info.c
272
ERR_raise(ERR_LIB_PEM, PEM_R_UNSUPPORTED_CIPHER);
crypto/openssl/crypto/pem/pem_info.c
36
ERR_raise(ERR_LIB_PEM, ERR_R_BUF_LIB);
crypto/openssl/crypto/pem/pem_info.c
70
ERR_raise(ERR_LIB_PEM, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/pem/pem_lib.c
116
ERR_raise(ERR_LIB_PEM, ERR_R_BUF_LIB);
crypto/openssl/crypto/pem/pem_lib.c
310
ERR_raise(ERR_LIB_PEM, ERR_R_BUF_LIB);
crypto/openssl/crypto/pem/pem_lib.c
344
ERR_raise(ERR_LIB_PEM, PEM_R_UNSUPPORTED_CIPHER);
crypto/openssl/crypto/pem/pem_lib.c
356
ERR_raise(ERR_LIB_PEM, ERR_R_ASN1_LIB);
crypto/openssl/crypto/pem/pem_lib.c
374
ERR_raise(ERR_LIB_PEM, PEM_R_READ_KEY);
crypto/openssl/crypto/pem/pem_lib.c
457
ERR_raise(ERR_LIB_PEM, PEM_R_HEADER_TOO_LONG);
crypto/openssl/crypto/pem/pem_lib.c
469
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_PASSWORD_READ);
crypto/openssl/crypto/pem/pem_lib.c
496
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_DECRYPT);
crypto/openssl/crypto/pem/pem_lib.c
531
ERR_raise(ERR_LIB_PEM, PEM_R_NOT_PROC_TYPE);
crypto/openssl/crypto/pem/pem_lib.c
542
ERR_raise(ERR_LIB_PEM, PEM_R_NOT_ENCRYPTED);
crypto/openssl/crypto/pem/pem_lib.c
547
ERR_raise(ERR_LIB_PEM, PEM_R_SHORT_HEADER);
crypto/openssl/crypto/pem/pem_lib.c
556
ERR_raise(ERR_LIB_PEM, PEM_R_NOT_DEK_INFO);
crypto/openssl/crypto/pem/pem_lib.c
574
ERR_raise(ERR_LIB_PEM, PEM_R_UNSUPPORTED_ENCRYPTION);
crypto/openssl/crypto/pem/pem_lib.c
579
ERR_raise(ERR_LIB_PEM, PEM_R_MISSING_DEK_IV);
crypto/openssl/crypto/pem/pem_lib.c
582
ERR_raise(ERR_LIB_PEM, PEM_R_UNEXPECTED_DEK_IV);
crypto/openssl/crypto/pem/pem_lib.c
604
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_IV_CHARS);
crypto/openssl/crypto/pem/pem_lib.c
62
ERR_raise(ERR_LIB_PEM, PEM_R_PROBLEMS_GETTING_PASSWORD);
crypto/openssl/crypto/pem/pem_lib.c
623
ERR_raise(ERR_LIB_PEM, ERR_R_BUF_LIB);
crypto/openssl/crypto/pem/pem_lib.c
695
ERR_raise(ERR_LIB_PEM, reason);
crypto/openssl/crypto/pem/pem_lib.c
709
ERR_raise(ERR_LIB_PEM, ERR_R_BUF_LIB);
crypto/openssl/crypto/pem/pem_lib.c
792
ERR_raise(ERR_LIB_PEM, PEM_R_NO_START_LINE);
crypto/openssl/crypto/pem/pem_lib.c
856
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_END_LINE);
crypto/openssl/crypto/pem/pem_lib.c
885
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_END_LINE);
crypto/openssl/crypto/pem/pem_lib.c
899
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_END_LINE);
crypto/openssl/crypto/pem/pem_lib.c
909
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_END_LINE);
crypto/openssl/crypto/pem/pem_lib.c
957
ERR_raise(ERR_LIB_PEM, ERR_R_PASSED_INVALID_ARGUMENT);
crypto/openssl/crypto/pem/pem_lib.c
965
ERR_raise(ERR_LIB_PEM, ERR_R_BIO_LIB);
crypto/openssl/crypto/pem/pem_lib.c
983
ERR_raise(ERR_LIB_PEM, ERR_R_EVP_LIB);
crypto/openssl/crypto/pem/pem_lib.c
994
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_BASE64_DECODE);
crypto/openssl/crypto/pem/pem_oth.c
33
ERR_raise(ERR_LIB_PEM, ERR_R_ASN1_LIB);
crypto/openssl/crypto/pem/pem_pk8.c
132
ERR_raise(ERR_LIB_PEM, PEM_R_ERROR_CONVERTING_PRIVATE_KEY);
crypto/openssl/crypto/pem/pem_pk8.c
139
ERR_raise(ERR_LIB_PEM, PEM_R_READ_KEY);
crypto/openssl/crypto/pem/pem_pk8.c
185
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_PASSWORD_READ);
crypto/openssl/crypto/pem/pem_pk8.c
243
ERR_raise(ERR_LIB_PEM, ERR_R_BUF_LIB);
crypto/openssl/crypto/pem/pem_pk8.c
258
ERR_raise(ERR_LIB_PEM, ERR_R_BUF_LIB);
crypto/openssl/crypto/pem/pem_pkey.c
159
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_PASSWORD_READ);
crypto/openssl/crypto/pem/pem_pkey.c
207
ERR_raise(ERR_LIB_PEM, ERR_R_ASN1_LIB);
crypto/openssl/crypto/pem/pem_pkey.c
286
ERR_raise(ERR_LIB_PEM, ERR_R_BUF_LIB);
crypto/openssl/crypto/pem/pem_pkey.c
358
ERR_raise(ERR_LIB_PEM, PEM_R_UNSUPPORTED_PUBLIC_KEY_TYPE);
crypto/openssl/crypto/pem/pem_pkey.c
416
ERR_raise(ERR_LIB_PEM, ERR_R_BUF_LIB);
crypto/openssl/crypto/pem/pem_pkey.c
437
ERR_raise(ERR_LIB_PEM, ERR_R_BUF_LIB);
crypto/openssl/crypto/pem/pem_pkey.c
85
ERR_raise(ERR_LIB_PEM, PEM_R_UNSUPPORTED_KEY_COMPONENTS);
crypto/openssl/crypto/pem/pvkfmt.c
102
ERR_raise(ERR_LIB_PEM, ERR_R_EVP_LIB);
crypto/openssl/crypto/pem/pvkfmt.c
109
ERR_raise(ERR_LIB_PEM, ERR_R_EVP_LIB);
crypto/openssl/crypto/pem/pvkfmt.c
1091
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_PASSWORD_READ);
crypto/openssl/crypto/pem/pvkfmt.c
1110
ERR_raise(ERR_LIB_PEM, PEM_R_UNSUPPORTED_CIPHER);
crypto/openssl/crypto/pem/pvkfmt.c
1144
ERR_raise(ERR_LIB_PEM, PEM_R_BIO_WRITE_FAILURE);
crypto/openssl/crypto/pem/pvkfmt.c
176
ERR_raise(ERR_LIB_PEM, PEM_R_EXPECTING_PRIVATE_KEY_BLOB);
crypto/openssl/crypto/pem/pvkfmt.c
184
ERR_raise(ERR_LIB_PEM, PEM_R_EXPECTING_PUBLIC_KEY_BLOB);
crypto/openssl/crypto/pem/pvkfmt.c
196
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_VERSION_NUMBER);
crypto/openssl/crypto/pem/pvkfmt.c
209
ERR_raise(ERR_LIB_PEM, PEM_R_EXPECTING_PRIVATE_KEY_BLOB);
crypto/openssl/crypto/pem/pvkfmt.c
217
ERR_raise(ERR_LIB_PEM, PEM_R_EXPECTING_PUBLIC_KEY_BLOB);
crypto/openssl/crypto/pem/pvkfmt.c
223
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_MAGIC_NUMBER);
crypto/openssl/crypto/pem/pvkfmt.c
232
ERR_raise(ERR_LIB_PEM, PEM_R_EXPECTING_DSS_KEY_BLOB);
crypto/openssl/crypto/pem/pvkfmt.c
240
ERR_raise(ERR_LIB_PEM, PEM_R_EXPECTING_RSA_KEY_BLOB);
crypto/openssl/crypto/pem/pvkfmt.c
247
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_MAGIC_NUMBER);
crypto/openssl/crypto/pem/pvkfmt.c
294
ERR_raise(ERR_LIB_PEM, PEM_R_KEYBLOB_HEADER_PARSE_ERROR);
crypto/openssl/crypto/pem/pvkfmt.c
299
ERR_raise(ERR_LIB_PEM, PEM_R_KEYBLOB_TOO_SHORT);
crypto/openssl/crypto/pem/pvkfmt.c
310
ERR_raise(ERR_LIB_PEM, PEM_R_UNSUPPORTED_PUBLIC_KEY_TYPE);
crypto/openssl/crypto/pem/pvkfmt.c
335
ERR_raise(ERR_LIB_PEM, PEM_R_KEYBLOB_TOO_SHORT);
crypto/openssl/crypto/pem/pvkfmt.c
344
ERR_raise(ERR_LIB_PEM, PEM_R_HEADER_TOO_LONG);
crypto/openssl/crypto/pem/pvkfmt.c
352
ERR_raise(ERR_LIB_PEM, PEM_R_KEYBLOB_TOO_SHORT);
crypto/openssl/crypto/pem/pvkfmt.c
364
ERR_raise(ERR_LIB_PEM, PEM_R_UNSUPPORTED_PUBLIC_KEY_TYPE);
crypto/openssl/crypto/pem/pvkfmt.c
431
ERR_raise(ERR_LIB_PEM, ERR_R_DSA_LIB);
crypto/openssl/crypto/pem/pvkfmt.c
434
ERR_raise(ERR_LIB_PEM, ERR_R_BN_LIB);
crypto/openssl/crypto/pem/pvkfmt.c
496
ERR_raise(ERR_LIB_PEM, ERR_R_RSA_LIB);
crypto/openssl/crypto/pem/pvkfmt.c
499
ERR_raise(ERR_LIB_PEM, ERR_R_BN_LIB);
crypto/openssl/crypto/pem/pvkfmt.c
672
ERR_raise(ERR_LIB_PEM, PEM_R_UNSUPPORTED_KEY_COMPONENTS);
crypto/openssl/crypto/pem/pvkfmt.c
723
ERR_raise(ERR_LIB_PEM, PEM_R_UNSUPPORTED_KEY_COMPONENTS);
crypto/openssl/crypto/pem/pvkfmt.c
769
ERR_raise(ERR_LIB_PEM, PEM_R_PVK_TOO_SHORT);
crypto/openssl/crypto/pem/pvkfmt.c
774
ERR_raise(ERR_LIB_PEM, PEM_R_PVK_TOO_SHORT);
crypto/openssl/crypto/pem/pvkfmt.c
779
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_MAGIC_NUMBER);
crypto/openssl/crypto/pem/pvkfmt.c
789
ERR_raise(ERR_LIB_PEM, PEM_R_EXPECTING_RSA_KEY_BLOB);
crypto/openssl/crypto/pem/pvkfmt.c
796
ERR_raise(ERR_LIB_PEM, PEM_R_EXPECTING_DSS_KEY_BLOB);
crypto/openssl/crypto/pem/pvkfmt.c
802
ERR_raise(ERR_LIB_PEM, PEM_R_UNSUPPORTED_PVK_KEY_TYPE);
crypto/openssl/crypto/pem/pvkfmt.c
813
ERR_raise(ERR_LIB_PEM, PEM_R_INCONSISTENT_HEADER);
crypto/openssl/crypto/pem/pvkfmt.c
85
ERR_raise(ERR_LIB_PEM, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/pem/pvkfmt.c
870
ERR_raise(ERR_LIB_PEM, ERR_R_EVP_LIB);
crypto/openssl/crypto/pem/pvkfmt.c
886
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_PASSWORD_READ);
crypto/openssl/crypto/pem/pvkfmt.c
900
ERR_raise(ERR_LIB_PEM, PEM_R_PVK_TOO_SHORT);
crypto/openssl/crypto/pem/pvkfmt.c
925
ERR_raise(ERR_LIB_PEM, PEM_R_BAD_DECRYPT);
crypto/openssl/crypto/pem/pvkfmt.c
931
ERR_raise(ERR_LIB_PEM, PEM_R_UNSUPPORTED_CIPHER);
crypto/openssl/crypto/pem/pvkfmt.c
94
ERR_raise(ERR_LIB_PEM, ERR_R_EVP_LIB);
crypto/openssl/crypto/pem/pvkfmt.c
960
ERR_raise(ERR_LIB_PEM, PEM_R_PVK_DATA_TOO_SHORT);
crypto/openssl/crypto/pem/pvkfmt.c
973
ERR_raise(ERR_LIB_PEM, PEM_R_PVK_DATA_TOO_SHORT);
crypto/openssl/include/openssl/err.h
157
#define PEMerr(f, r) ERR_raise_data(ERR_LIB_PEM, (r), NULL)
crypto/openssl/include/openssl/err.h
323
#define ERR_R_PEM_LIB (ERR_LIB_PEM /* 9 */ | ERR_RFLAG_COMMON)
crypto/openssl/providers/implementations/encode_decode/decode_msblob2key.c
111
ERR_raise(ERR_LIB_PEM, PEM_R_KEYBLOB_TOO_SHORT);
crypto/openssl/providers/implementations/encode_decode/decode_msblob2key.c
130
ERR_raise(ERR_LIB_PEM, PEM_R_HEADER_TOO_LONG);
crypto/openssl/providers/implementations/encode_decode/decode_msblob2key.c
138
ERR_raise(ERR_LIB_PEM, PEM_R_KEYBLOB_TOO_SHORT);
crypto/openssl/providers/implementations/encode_decode/decode_pvk2key.c
156
if (lib == ERR_LIB_PEM
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
174
ERR_raise(ERR_LIB_PEM, ERR_R_BUF_LIB);
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
195
ERR_raise(ERR_LIB_PEM, ERR_R_BUF_LIB);
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
242
ERR_raise(ERR_LIB_PEM, ERR_R_BUF_LIB);
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
263
ERR_raise(ERR_LIB_PEM, ERR_R_BUF_LIB);
crypto/openssl/ssl/ssl_rsa.c
576
if (ERR_GET_LIB(err) == ERR_LIB_PEM