Home
last modified time | relevance | path

Searched refs:ciphertext_1 (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-arcfour.c32 static const char ciphertext_1[] = { 0xF1, 0x38, 0x29, 0xC9, 0xDE }; in main() local
37 if (memcmp (scratch, ciphertext_1, sizeof (ciphertext_1))) in main()
45 printf ("%02x ", ciphertext_1[i] & 0xFF); in main()
H A Dtest-gc-arcfour.c32 static const char ciphertext_1[] = { 0xF1, 0x38, 0x29, 0xC9, 0xDE }; in main() local
56 if (memcmp (scratch, ciphertext_1, sizeof (ciphertext_1))) in main()
64 printf ("%02x ", ciphertext_1[i] & 0xFF); in main()
H A Dtest-arctwo.c36 static const char ciphertext_1[] = in main() local
79 if (memcmp (scratch, ciphertext_1, sizeof (ciphertext_1))) in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-arcfour.c33 static const char ciphertext_1[] = { 0xF1, 0x38, 0x29, 0xC9, 0xDE }; in main() local
38 if (memcmp (scratch, ciphertext_1, sizeof (ciphertext_1))) in main()
46 printf ("%02x ", ciphertext_1[i] & 0xFF); in main()
H A Dtest-gc-arcfour.c33 static const char ciphertext_1[] = { 0xF1, 0x38, 0x29, 0xC9, 0xDE }; in main() local
57 if (memcmp (scratch, ciphertext_1, sizeof (ciphertext_1))) in main()
65 printf ("%02x ", ciphertext_1[i] & 0xFF); in main()
H A Dtest-arctwo.c37 static const char ciphertext_1[] = in main() local
80 if (memcmp (scratch, ciphertext_1, sizeof (ciphertext_1))) in main()
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Darcfour.c196 static const byte ciphertext_1[] = in selftest() local
201 if ( memcmp (scratch, ciphertext_1, sizeof (ciphertext_1))) in selftest()
H A Drfc2268.c289 static const unsigned char ciphertext_1[] = in selftest() local
316 if (memcmp (scratch, ciphertext_1, sizeof(ciphertext_1))) in selftest()
H A Dsalsa20.c522 static const byte ciphertext_1[] = in selftest() local
532 if (memcmp (scratch, ciphertext_1, sizeof ciphertext_1)) in selftest()
H A Dchacha20.c1219 static const byte ciphertext_1[127] = { in selftest() local
1245 if (memcmp (scratch, ciphertext_1, sizeof ciphertext_1)) in selftest()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Darcfour.c196 static const byte ciphertext_1[] = in selftest() local
201 if ( memcmp (scratch, ciphertext_1, sizeof (ciphertext_1))) in selftest()
H A Drfc2268.c286 static const unsigned char ciphertext_1[] = in selftest() local
313 if (memcmp (scratch, ciphertext_1, sizeof(ciphertext_1))) in selftest()
H A Dsalsa20.c522 static const byte ciphertext_1[] = in selftest() local
532 if (memcmp (scratch, ciphertext_1, sizeof ciphertext_1)) in selftest()
H A Dchacha20.c1219 static const byte ciphertext_1[127] = { in selftest() local
1245 if (memcmp (scratch, ciphertext_1, sizeof ciphertext_1)) in selftest()
/dports/math/py-sympy/sympy-1.9/sympy/crypto/tests/
H A Dtest_crypto.py303 ciphertext_1 = encipher_rsa(plaintext, puk)
305 assert ciphertext_1 == ciphertext_2
306 assert decipher_rsa(ciphertext_1, prk) == \
307 decipher_rsa(ciphertext_1, prk, [p, q, r, s, t])
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/fipstest/
H A Dfipstest.c1382 const unsigned char *ciphertext_1, const unsigned char *ciphertext) in aes_mct_next_key() argument
1399 key[k] ^= ciphertext_1[k + 8]; in aes_mct_next_key()
1408 key[k] ^= ciphertext_1[k]; in aes_mct_next_key()
1444 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_ecb_mct() local
1538 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_ecb_mct()
1582 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_ecb_mct()
1728 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_cbc_mct() local
1842 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_cbc_mct()
1877 memcpy(plaintext, ciphertext_1, sizeof plaintext); in aes_cbc_mct()
1891 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_cbc_mct()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/fipstest/
H A Dfipstest.c1384 const unsigned char *ciphertext_1, const unsigned char *ciphertext) in aes_mct_next_key() argument
1401 key[k] ^= ciphertext_1[k + 8]; in aes_mct_next_key()
1410 key[k] ^= ciphertext_1[k]; in aes_mct_next_key()
1446 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_ecb_mct() local
1540 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_ecb_mct()
1584 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_ecb_mct()
1730 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_cbc_mct() local
1844 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_cbc_mct()
1879 memcpy(plaintext, ciphertext_1, sizeof plaintext); in aes_cbc_mct()
1893 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_cbc_mct()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/fipstest/
H A Dfipstest.c1387 const unsigned char *ciphertext_1, const unsigned char *ciphertext) in aes_mct_next_key() argument
1404 key[k] ^= ciphertext_1[k + 8]; in aes_mct_next_key()
1413 key[k] ^= ciphertext_1[k]; in aes_mct_next_key()
1449 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_ecb_mct() local
1543 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_ecb_mct()
1587 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_ecb_mct()
1733 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_cbc_mct() local
1847 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_cbc_mct()
1882 memcpy(plaintext, ciphertext_1, sizeof plaintext); in aes_cbc_mct()
1896 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_cbc_mct()
/dports/security/nss/nss-3.76.1/nss/cmd/fipstest/
H A Dfipstest.c1387 const unsigned char *ciphertext_1, const unsigned char *ciphertext) in aes_mct_next_key() argument
1404 key[k] ^= ciphertext_1[k + 8]; in aes_mct_next_key()
1413 key[k] ^= ciphertext_1[k]; in aes_mct_next_key()
1449 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_ecb_mct() local
1543 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_ecb_mct()
1587 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_ecb_mct()
1733 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_cbc_mct() local
1847 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_cbc_mct()
1882 memcpy(plaintext, ciphertext_1, sizeof plaintext); in aes_cbc_mct()
1896 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_cbc_mct()
/dports/security/ca_root_nss/nss-3.71/nss/cmd/fipstest/
H A Dfipstest.c1387 const unsigned char *ciphertext_1, const unsigned char *ciphertext) in aes_mct_next_key() argument
1404 key[k] ^= ciphertext_1[k + 8]; in aes_mct_next_key()
1413 key[k] ^= ciphertext_1[k]; in aes_mct_next_key()
1449 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_ecb_mct() local
1543 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_ecb_mct()
1587 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_ecb_mct()
1733 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_cbc_mct() local
1847 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_cbc_mct()
1882 memcpy(plaintext, ciphertext_1, sizeof plaintext); in aes_cbc_mct()
1896 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_cbc_mct()
/dports/www/firefox/firefox-99.0/security/nss/cmd/fipstest/
H A Dfipstest.c1387 const unsigned char *ciphertext_1, const unsigned char *ciphertext) in aes_mct_next_key() argument
1404 key[k] ^= ciphertext_1[k + 8]; in aes_mct_next_key()
1413 key[k] ^= ciphertext_1[k]; in aes_mct_next_key()
1449 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_ecb_mct() local
1543 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_ecb_mct()
1587 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_ecb_mct()
1733 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_cbc_mct() local
1847 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_cbc_mct()
1882 memcpy(plaintext, ciphertext_1, sizeof plaintext); in aes_cbc_mct()
1896 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_cbc_mct()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/fipstest/
H A Dfipstest.c1387 const unsigned char *ciphertext_1, const unsigned char *ciphertext) in aes_mct_next_key() argument
1404 key[k] ^= ciphertext_1[k + 8]; in aes_mct_next_key()
1413 key[k] ^= ciphertext_1[k]; in aes_mct_next_key()
1449 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_ecb_mct() local
1543 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_ecb_mct()
1587 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_ecb_mct()
1733 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_cbc_mct() local
1847 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_cbc_mct()
1882 memcpy(plaintext, ciphertext_1, sizeof plaintext); in aes_cbc_mct()
1896 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_cbc_mct()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/fipstest/
H A Dfipstest.c1387 const unsigned char *ciphertext_1, const unsigned char *ciphertext) in aes_mct_next_key() argument
1404 key[k] ^= ciphertext_1[k + 8]; in aes_mct_next_key()
1413 key[k] ^= ciphertext_1[k]; in aes_mct_next_key()
1449 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_ecb_mct() local
1543 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_ecb_mct()
1587 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_ecb_mct()
1733 unsigned char ciphertext_1[16]; /* CT[j-1] */ in aes_cbc_mct() local
1847 memcpy(ciphertext_1, ciphertext, sizeof ciphertext); in aes_cbc_mct()
1882 memcpy(plaintext, ciphertext_1, sizeof plaintext); in aes_cbc_mct()
1896 aes_mct_next_key(key, keysize, ciphertext_1, ciphertext); in aes_cbc_mct()
/dports/devel/grpc130/grpc-1.30.2/test/core/tsi/alts/crypt/
H A Daes_gcm_test.cc856 uint8_t ciphertext_1[] = {0x51, 0xE9, 0xA8, 0xCB, 0x23, 0xCA, 0x25, 0x12, in gsec_test_do_vector_tests_rekey_nist() local
860 vec = {nonce_1, aad_1, key_1, plaintext_1, ciphertext_1, 12, 0, 44, 16, 32}; in gsec_test_do_vector_tests_rekey_nist()
/dports/devel/grpc/grpc-1.42.0/test/core/tsi/alts/crypt/
H A Daes_gcm_test.cc872 uint8_t ciphertext_1[] = {0x51, 0xE9, 0xA8, 0xCB, 0x23, 0xCA, 0x25, 0x12, in gsec_test_do_vector_tests_rekey_nist() local
876 vec = {nonce_1, aad_1, key_1, plaintext_1, ciphertext_1, 12, 0, 44, 16, 32}; in gsec_test_do_vector_tests_rekey_nist()

12