Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/camellia/
H A Dcamellia.c466 const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) in Camellia_EncryptBlock_Rounds()
510 const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) in Camellia_EncryptBlock()
517 Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], in Camellia_DecryptBlock_Rounds()
562 const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) in Camellia_DecryptBlock()
/dflybsd-src/crypto/openssh/
H A Dkexsntrup761x25519.c80 u_char *kem_key, *ciphertext, *server_pub; in kex_kem_sntrup761x25519_enc() local
165 const u_char *ciphertext, *server_pub; in kex_kem_sntrup761x25519_dec() local
/dflybsd-src/test/testcases/crypto/aes/
H A Daestest.c215 u_char *plaintext, u_char *ciphertext, u_int textlen) in do_tests()
248 u_char *key, *plaintext, *ciphertext; in run_file() local
/dflybsd-src/test/testcases/crypto/twofish/
H A Dtwofish_test.c222 u_char *plaintext, u_char *ciphertext, u_int textlen) in do_tests()
263 u_char *key, *plaintext, *ciphertext; in run_file() local
/dflybsd-src/test/testcases/crypto/serpent/
H A Dserpent_test.c222 u_char *plaintext, u_char *ciphertext, u_int textlen) in do_tests()
263 u_char *key, *plaintext, *ciphertext; in run_file() local
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dbcrypt_pbkdf.c76 uint8_t ciphertext[BCRYPT_HASHSIZE] = in bcrypt_hash() local
/dflybsd-src/test/testcases/crypto/aesxts/
H A Daes_xts.c145 u_int8_t ciphertext[512]; member
/dflybsd-src/lib/libcrypt/
H A Dcrypt-blowfish.c186 u_int8_t ciphertext[4 * BCRYPT_BLOCKS] = "OrpheanBeholderScryDoubt"; in crypt_blowfish() local
/dflybsd-src/sys/crypto/camellia/
H A Dcamellia.c1274 unsigned char *ciphertext) in Camellia_EncryptBlock()
1304 const unsigned char *ciphertext, in Camellia_DecryptBlock()
/dflybsd-src/tools/tools/crypto/
H A Dcryptotest.c250 char *cleartext, *ciphertext, *originaltext; in runtest() local
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_module_tests.c423 char *ciphertext; in test_ecb() member