Searched refs:threefish_key (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/skein/ |
H A D | threefish_api.h | 21 struct threefish_key key_ctx; 53 struct threefish_key { struct 75 void threefish_set_key(struct threefish_key *key_ctx, 94 void threefish_encrypt_block_bytes(struct threefish_key *key_ctx, u8 *in, 114 void threefish_encrypt_block_words(struct threefish_key *key_ctx, u64 *in, 132 void threefish_decrypt_block_bytes(struct threefish_key *key_ctx, u8 *in, 152 void threefish_decrypt_block_words(struct threefish_key *key_ctx, u64 *in, 155 void threefish_encrypt_256(struct threefish_key *key_ctx, u64 *input, 157 void threefish_encrypt_512(struct threefish_key *key_ctx, u64 *input, 159 void threefish_encrypt_1024(struct threefish_key *key_ctx, u64 *input, 161 void threefish_decrypt_256(struct threefish_key *key_ctx, u64 *input, 163 void threefish_decrypt_512(struct threefish_key *key_ctx, u64 *input, 165 void threefish_decrypt_1024(struct threefish_key *key_ctx, u64 *input,
|
H A D | threefish_api.c | 4 void threefish_set_key(struct threefish_key *key_ctx, threefish_set_key() 24 void threefish_encrypt_block_bytes(struct threefish_key *key_ctx, u8 *in, threefish_encrypt_block_bytes() 35 void threefish_encrypt_block_words(struct threefish_key *key_ctx, u64 *in, threefish_encrypt_block_words() 51 void threefish_decrypt_block_bytes(struct threefish_key *key_ctx, u8 *in, threefish_decrypt_block_bytes() 62 void threefish_decrypt_block_words(struct threefish_key *key_ctx, u64 *in, threefish_decrypt_block_words()
|
H A D | threefish_block.c | 3 void threefish_encrypt_256(struct threefish_key *key_ctx, u64 *input, threefish_encrypt_256() 496 void threefish_decrypt_256(struct threefish_key *key_ctx, u64 *input, threefish_decrypt_256() 1139 void threefish_encrypt_512(struct threefish_key *key_ctx, u64 *input, threefish_encrypt_512() 2100 void threefish_decrypt_512(struct threefish_key *key_ctx, u64 *input, threefish_decrypt_512() 3361 void threefish_encrypt_1024(struct threefish_key *key_ctx, u64 *input, threefish_encrypt_1024() 5482 void threefish_decrypt_1024(struct threefish_key *key_ctx, u64 *input, threefish_decrypt_1024()
|
Completed in 117 milliseconds