Searched defs:ciphertext (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/crypto/libressl/crypto/camellia/ |
H A D | camellia.c | 466 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 D | kexsntrup761x25519.c | 80 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 D | aestest.c | 215 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 D | twofish_test.c | 222 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 D | serpent_test.c | 222 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 D | bcrypt_pbkdf.c | 76 uint8_t ciphertext[BCRYPT_HASHSIZE] = in bcrypt_hash() local
|
/dflybsd-src/test/testcases/crypto/aesxts/ |
H A D | aes_xts.c | 145 u_int8_t ciphertext[512]; member
|
/dflybsd-src/lib/libcrypt/ |
H A D | crypt-blowfish.c | 186 u_int8_t ciphertext[4 * BCRYPT_BLOCKS] = "OrpheanBeholderScryDoubt"; in crypt_blowfish() local
|
/dflybsd-src/sys/crypto/camellia/ |
H A D | camellia.c | 1274 unsigned char *ciphertext) in Camellia_EncryptBlock() 1304 const unsigned char *ciphertext, in Camellia_DecryptBlock()
|
/dflybsd-src/tools/tools/crypto/ |
H A D | cryptotest.c | 250 char *cleartext, *ciphertext, *originaltext; in runtest() local
|
/dflybsd-src/contrib/wpa_supplicant/src/crypto/ |
H A D | crypto_module_tests.c | 423 char *ciphertext; in test_ecb() member
|