Home
last modified time | relevance | path

Searched refs:Encoding_Error (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/security/botan110/Botan-1.10.17/src/cert/x509self/
H A Dx509opt.cpp70 throw Encoding_Error("X.509 certificate: name and country MUST be set"); in sanity_check()
72 throw Encoding_Error("Invalid ISO country code: " + country); in sanity_check()
74 throw Encoding_Error("X509_Cert_Options: invalid time constraints"); in sanity_check()
/dports/devel/ada-util/ada-util-b6612400/src/
H A Dutil-encoders-base64.adb160 raise Encoding_Error with "Invalid character '" & Character'Val (C1) & "'";
166 raise Encoding_Error with "Invalid character '" & Character'Val (C2) & "'";
182 raise Encoding_Error with "Invalid character '" & Character'Val (C1) & "'";
201 raise Encoding_Error with "Invalid character '" & Character'Val (C2) & "'";
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pk_pad/emsa_x931/
H A Demsa_x931.cpp26 throw Encoding_Error("EMSA_X931::encoding_of: Bad input length"); in emsa2_encoding()
28 throw Encoding_Error("EMSA_X931::encoding_of: Output length is too small"); in emsa2_encoding()
99 throw Encoding_Error("EMSA_X931 no hash identifier for " + hash->name()); in EMSA_X931()
/dports/security/botan2/Botan-2.18.2/src/lib/pk_pad/emsa_x931/
H A Demsa_x931.cpp26 throw Encoding_Error("EMSA_X931::encoding_of: Bad input length"); in emsa2_encoding()
28 throw Encoding_Error("EMSA_X931::encoding_of: Output length is too small"); in emsa2_encoding()
99 throw Encoding_Error("EMSA_X931 no hash identifier for " + hash->name()); in EMSA_X931()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pk_pad/emsa_x931/
H A Demsa_x931.cpp26 throw Encoding_Error("EMSA_X931::encoding_of: Bad input length"); in emsa2_encoding()
28 throw Encoding_Error("EMSA_X931::encoding_of: Output length is too small"); in emsa2_encoding()
99 throw Encoding_Error("EMSA_X931 no hash identifier for " + hash->name()); in EMSA_X931()
/dports/security/botan110/Botan-1.10.17/src/pk_pad/emsa2/
H A Demsa2.cpp28 throw Encoding_Error("EMSA2::encoding_of: Bad input length"); in emsa2_encoding()
30 throw Encoding_Error("EMSA2::encoding_of: Output length is too small"); in emsa2_encoding()
108 throw Encoding_Error("EMSA2 cannot be used with " + hash_name); in EMSA2()
/dports/security/botan110/Botan-1.10.17/src/pk_pad/emsa1_bsi/
H A Demsa1_bsi.cpp21 throw Encoding_Error("EMSA1_BSI::encoding_of: Invalid size for input"); in encoding_of()
26 throw Encoding_Error("EMSA1_BSI::encoding_of: max key input size exceeded"); in encoding_of()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pk_pad/emsa_pkcs1/
H A Demsa_pkcs1.cpp25 throw Encoding_Error("emsa3_encoding: Output length is too small"); in emsa3_encoding()
62 throw Encoding_Error("EMSA_PKCS1v15::encoding_of: Bad input length"); in encoding_of()
136 throw Encoding_Error("EMSA_PKCS1v15_Raw::encoding_of: Bad input length"); in raw_data()
/dports/security/botan2/Botan-2.18.2/src/lib/pk_pad/emsa_pkcs1/
H A Demsa_pkcs1.cpp25 throw Encoding_Error("emsa3_encoding: Output length is too small"); in emsa3_encoding()
62 throw Encoding_Error("EMSA_PKCS1v15::encoding_of: Bad input length"); in encoding_of()
136 throw Encoding_Error("EMSA_PKCS1v15_Raw::encoding_of: Bad input length"); in raw_data()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pk_pad/emsa_pkcs1/
H A Demsa_pkcs1.cpp25 throw Encoding_Error("emsa3_encoding: Output length is too small"); in emsa3_encoding()
62 throw Encoding_Error("EMSA_PKCS1v15::encoding_of: Bad input length"); in encoding_of()
136 throw Encoding_Error("EMSA_PKCS1v15_Raw::encoding_of: Bad input length"); in raw_data()
/dports/security/botan110/Botan-1.10.17/src/pk_pad/eme_pkcs/
H A Deme_pkcs.cpp23 throw Encoding_Error("PKCS1: Output space too small"); in pad()
25 throw Encoding_Error("PKCS1: Input is too large"); in pad()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/math/bigint/
H A Dbig_code.cpp114 throw Encoding_Error("encode_1363: n is too large to encode properly"); in encode_1363()
125 throw Encoding_Error("encode_1363: n is too large to encode properly"); in encode_1363()
136 throw Encoding_Error("encode_fixed_length_int_pair: values too large to encode properly"); in encode_fixed_length_int_pair()
/dports/security/botan2/Botan-2.18.2/src/lib/math/bigint/
H A Dbig_code.cpp114 throw Encoding_Error("encode_1363: n is too large to encode properly"); in encode_1363()
125 throw Encoding_Error("encode_1363: n is too large to encode properly"); in encode_1363()
136 throw Encoding_Error("encode_fixed_length_int_pair: values too large to encode properly"); in encode_fixed_length_int_pair()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/math/bigint/
H A Dbig_code.cpp114 throw Encoding_Error("encode_1363: n is too large to encode properly"); in encode_1363()
125 throw Encoding_Error("encode_1363: n is too large to encode properly"); in encode_1363()
136 throw Encoding_Error("encode_fixed_length_int_pair: values too large to encode properly"); in encode_fixed_length_int_pair()
/dports/security/botan110/Botan-1.10.17/src/pk_pad/emsa1/
H A Demsa1.cpp67 throw Encoding_Error("EMSA1::encoding_of: Invalid size for input"); in encoding_of()
79 throw Encoding_Error("EMSA1::encoding_of: Invalid size for input"); in verify()
/dports/security/botan110/Botan-1.10.17/src/pk_pad/emsa3/
H A Demsa3.cpp25 throw Encoding_Error("emsa3_encoding: Output length is too small"); in emsa3_encoding()
64 throw Encoding_Error("EMSA3::encoding_of: Bad input length"); in encoding_of()
/dports/security/botan110/Botan-1.10.17/src/utils/
H A Dexceptn.h129 struct BOTAN_DLL Encoding_Error : public Invalid_Argument struct
131 Encoding_Error(const std::string& name) : in Encoding_Error() argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-stuten.adb126 raise Encoding_Error with
145 raise Encoding_Error with "UTF-16BE/LE string has odd length";
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Da-stuten.adb126 raise Encoding_Error with
145 raise Encoding_Error with "UTF-16BE/LE string has odd length";
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Da-stuten.adb126 raise Encoding_Error with
145 raise Encoding_Error with "UTF-16BE/LE string has odd length";
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Da-stuten.adb126 raise Encoding_Error with
145 raise Encoding_Error with "UTF-16BE/LE string has odd length";
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-stuten.adb126 raise Encoding_Error with
145 raise Encoding_Error with "UTF-16BE/LE string has odd length";
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Da-stuten.adb126 raise Encoding_Error with
145 raise Encoding_Error with "UTF-16BE/LE string has odd length";
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Da-stuten.adb126 raise Encoding_Error with
145 raise Encoding_Error with "UTF-16BE/LE string has odd length";
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Da-stuten.adb126 raise Encoding_Error with
145 raise Encoding_Error with "UTF-16BE/LE string has odd length";

1234567