Home
last modified time | relevance | path

Searched refs:CRYPTO_ERROR (Results 1 – 25 of 43) sorted by relevance

12

/dports/net/pichi/pichi-1.4.0/src/crypto/
H A Daead.cpp20 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 Dstream.cpp47 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 Daead.c198 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 Dstream.c366 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 Dcrypto.c272 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 Dcrypto.h64 #define CRYPTO_ERROR -2 macro
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/
H A DQuicException.cpp160 case TransportErrorCode::CRYPTO_ERROR: in toString()
191 TransportErrorCode::CRYPTO_ERROR, in getAllTransportErrorCodes()
238 TransportErrorCode::CRYPTO_ERROR); in cryptoErrorToString()
H A DQuicConstants.h197 CRYPTO_ERROR = 0x100, enumerator
/dports/net/pichi/pichi-1.4.0/src/common/
H A Dexception.cpp17 case PichiError::CRYPTO_ERROR: in what()
/dports/net/pichi/pichi-1.4.0/include/pichi/common/
H A Denumerations.hpp58 CRYPTO_ERROR, enumerator
/dports/devel/libfreefare/libfreefare-libfreefare-0.4.0/libfreefare/
H A Dmifare_desfire_error.c57 EM(CRYPTO_ERROR),
H A Dmifare_desfire_crypto.c481 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 Dsync_error.h33 CRYPTO_ERROR, // A cryptographer error was detected, and the enumerator
H A Dsync_error.cc115 case CRYPTO_ERROR: in GetMessagePrefix()
/dports/net/ntp/ntp-4.2.8p15/include/
H A Dntp_crypto.h84 #define CRYPTO_ERROR 0x40000000 /* error */ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Ddata_type_status_table.cc50 case SyncError::CRYPTO_ERROR: in UpdateFailedDataType()
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dxprt_quic-t.h167 #define CRYPTO_ERROR 0x100 macro
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/fizz/client/handshake/
H A DFizzClientHandshake.cpp237 TransportErrorCode::CRYPTO_ERROR); in operator ()()
/dports/devel/libfreefare/libfreefare-libfreefare-0.4.0/test/
H A Dtest_mifare_desfire.c982 …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 DServerHandshake.cpp300 TransportErrorCode::CRYPTO_ERROR); in operator ()()
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/
H A DQUICTLS.cc148 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 Dpacket.py46 CRYPTO_ERROR = 0x100 variable in QuicErrorCode
/dports/www/py-aioquic/aioquic-0.9.17/src/aioquic/quic/
H A Dpacket.py51 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 Dpacket.py46 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 Dpacket.py46 CRYPTO_ERROR = 0x100 variable in QuicErrorCode

12