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