/dports/net/pichi/pichi-1.4.0/src/crypto/ |
H A D | aead.cpp | 20 assertTrue(ikm.size() == KEY_SIZE<method>, PichiError::CRYPTO_ERROR); in initialize() 21 assertTrue(salt.size() == IV_SIZE<method>, PichiError::CRYPTO_ERROR); in initialize() 28 PichiError::CRYPTO_ERROR); in initialize() 57 PichiError::CRYPTO_ERROR); in encrypt() 64 PichiError::CRYPTO_ERROR); in encrypt() 71 PichiError::CRYPTO_ERROR); in encrypt() 89 PichiError::CRYPTO_ERROR); in decrypt() 96 PichiError::CRYPTO_ERROR); in decrypt() 103 PichiError::CRYPTO_ERROR); in decrypt() 133 assertTrue(plain.size() <= 0x3fff, PichiError::CRYPTO_ERROR); in encrypt() [all …]
|
H A D | stream.cpp | 47 PichiError::CRYPTO_ERROR); in sodiumHelper() 54 PichiError::CRYPTO_ERROR); in sodiumHelper() 81 PichiError::CRYPTO_ERROR); in initialize() 87 PichiError::CRYPTO_ERROR); in initialize() 93 PichiError::CRYPTO_ERROR); in initialize() 130 PichiError::CRYPTO_ERROR); in encrypt() 135 PichiError::CRYPTO_ERROR); in encrypt() 140 PichiError::CRYPTO_ERROR); in encrypt() 154 PichiError::CRYPTO_ERROR); in encrypt() 160 PichiError::CRYPTO_ERROR); in encrypt() [all …]
|
/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/src/ |
H A D | aead.c | 198 return CRYPTO_ERROR; in aead_cipher_encrypt() 245 return CRYPTO_ERROR; in aead_cipher_decrypt() 252 err = CRYPTO_ERROR; in aead_cipher_decrypt() 429 return CRYPTO_ERROR; in aead_encrypt_all() 448 return CRYPTO_ERROR; in aead_decrypt_all() 465 return CRYPTO_ERROR; in aead_decrypt_all() 480 return CRYPTO_ERROR; in aead_decrypt_all() 510 return CRYPTO_ERROR; in aead_chunk_encrypt() 520 return CRYPTO_ERROR; in aead_chunk_encrypt() 534 return CRYPTO_ERROR; in aead_encrypt() [all …]
|
H A D | stream.c | 366 return CRYPTO_ERROR; in stream_encrypt_all() 385 return CRYPTO_ERROR; in stream_encrypt() 437 return CRYPTO_ERROR; in stream_encrypt() 460 return CRYPTO_ERROR; in stream_decrypt_all() 476 return CRYPTO_ERROR; in stream_decrypt_all() 495 return CRYPTO_ERROR; in stream_decrypt_all() 516 return CRYPTO_ERROR; in stream_decrypt() 561 return CRYPTO_ERROR; in stream_decrypt() 596 return CRYPTO_ERROR; in stream_decrypt() 608 return CRYPTO_ERROR; in stream_decrypt()
|
H A D | crypto.c | 272 return CRYPTO_ERROR; in crypto_hkdf_extract() 298 return CRYPTO_ERROR; in crypto_hkdf_expand() 304 return CRYPTO_ERROR; in crypto_hkdf_expand() 318 return CRYPTO_ERROR; in crypto_hkdf_expand()
|
H A D | crypto.h | 64 #define CRYPTO_ERROR -2 macro
|
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/ |
H A D | QuicException.cpp | 160 case TransportErrorCode::CRYPTO_ERROR: in toString() 191 TransportErrorCode::CRYPTO_ERROR, in getAllTransportErrorCodes() 238 TransportErrorCode::CRYPTO_ERROR); in cryptoErrorToString()
|
H A D | QuicConstants.h | 197 CRYPTO_ERROR = 0x100, enumerator
|
/dports/net/pichi/pichi-1.4.0/src/common/ |
H A D | exception.cpp | 17 case PichiError::CRYPTO_ERROR: in what()
|
/dports/net/pichi/pichi-1.4.0/include/pichi/common/ |
H A D | enumerations.hpp | 58 CRYPTO_ERROR, enumerator
|
/dports/devel/libfreefare/libfreefare-libfreefare-0.4.0/libfreefare/ |
H A D | mifare_desfire_error.c | 57 EM(CRYPTO_ERROR),
|
H A D | mifare_desfire_crypto.c | 481 MIFARE_DESFIRE (tag)->last_pcd_error = CRYPTO_ERROR; in mifare_cryto_postprocess_data() 511 MIFARE_DESFIRE (tag)->last_pcd_error = CRYPTO_ERROR; in mifare_cryto_postprocess_data() 632 MIFARE_DESFIRE (tag)->last_pcd_error = CRYPTO_ERROR; in mifare_cryto_postprocess_data()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/model/ |
H A D | sync_error.h | 33 CRYPTO_ERROR, // A cryptographer error was detected, and the enumerator
|
H A D | sync_error.cc | 115 case CRYPTO_ERROR: in GetMessagePrefix()
|
/dports/net/ntp/ntp-4.2.8p15/include/ |
H A D | ntp_crypto.h | 84 #define CRYPTO_ERROR 0x40000000 /* error */ macro
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/ |
H A D | data_type_status_table.cc | 50 case SyncError::CRYPTO_ERROR: in UpdateFailedDataType()
|
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/ |
H A D | xprt_quic-t.h | 167 #define CRYPTO_ERROR 0x100 macro
|
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/fizz/client/handshake/ |
H A D | FizzClientHandshake.cpp | 237 TransportErrorCode::CRYPTO_ERROR); in operator ()()
|
/dports/devel/libfreefare/libfreefare-libfreefare-0.4.0/test/ |
H A D | test_mifare_desfire.c | 982 …cut_assert_equal_int (CRYPTO_ERROR, mifare_desfire_last_pcd_error (tag), cut_message ("Wrong PCD e… in test_mifare_desfire_free_read() 986 …cut_assert_equal_int (CRYPTO_ERROR, mifare_desfire_last_pcd_error (tag), cut_message ("Wrong PCD e… in test_mifare_desfire_free_read()
|
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/server/handshake/ |
H A D | ServerHandshake.cpp | 300 TransportErrorCode::CRYPTO_ERROR); in operator ()()
|
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/ |
H A D | QUICTLS.cc | 148 return static_cast<uint64_t>(QUICTransErrorCode::CRYPTO_ERROR) + alert; in convert_to_quic_trans_error_code()
|
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/ |
H A D | packet.py | 46 CRYPTO_ERROR = 0x100 variable in QuicErrorCode
|
/dports/www/py-aioquic/aioquic-0.9.17/src/aioquic/quic/ |
H A D | packet.py | 51 CRYPTO_ERROR = 0x100 variable in QuicErrorCode
|
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/ |
H A D | packet.py | 46 CRYPTO_ERROR = 0x100 variable in QuicErrorCode
|
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/ |
H A D | packet.py | 46 CRYPTO_ERROR = 0x100 variable in QuicErrorCode
|