Searched defs:key_ctx (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/skein/ |
D | threefish_api.c | 4 void threefish_set_key(struct threefish_key *key_ctx, in threefish_set_key() 24 void threefish_encrypt_block_bytes(struct threefish_key *key_ctx, u8 *in, in threefish_encrypt_block_bytes() 35 void threefish_encrypt_block_words(struct threefish_key *key_ctx, u64 *in, in threefish_encrypt_block_words() 51 void threefish_decrypt_block_bytes(struct threefish_key *key_ctx, u8 *in, in threefish_decrypt_block_bytes() 62 void threefish_decrypt_block_words(struct threefish_key *key_ctx, u64 *in, in threefish_decrypt_block_words()
|
D | threefish_block.c | 3 void threefish_encrypt_256(struct threefish_key *key_ctx, u64 *input, in threefish_encrypt_256() 496 void threefish_decrypt_256(struct threefish_key *key_ctx, u64 *input, in threefish_decrypt_256() 1139 void threefish_encrypt_512(struct threefish_key *key_ctx, u64 *input, in threefish_encrypt_512() 2100 void threefish_decrypt_512(struct threefish_key *key_ctx, u64 *input, in threefish_decrypt_512() 3361 void threefish_encrypt_1024(struct threefish_key *key_ctx, u64 *input, in threefish_encrypt_1024() 5482 void threefish_decrypt_1024(struct threefish_key *key_ctx, u64 *input, in threefish_decrypt_1024()
|