Searched defs:k3 (Results  1 – 7 of 7) sorted by relevance
| /linux-4.1.27/drivers/staging/skein/ | 
| D | threefish_block.c | 9 	    k2 = key_ctx->key[2], k3 = key_ctx->key[3],  in threefish_encrypt_256()  local 502 	    k2 = key_ctx->key[2], k3 = key_ctx->key[3],  in threefish_decrypt_256()  local 1147 	    k2 = key_ctx->key[2], k3 = key_ctx->key[3],  in threefish_encrypt_512()  local 2108 	    k2 = key_ctx->key[2], k3 = key_ctx->key[3],  in threefish_decrypt_512()  local 3373 	    k2 = key_ctx->key[2], k3 = key_ctx->key[3],  in threefish_encrypt_1024()  local 5494 	    k2 = key_ctx->key[2], k3 = key_ctx->key[3],  in threefish_decrypt_1024()  local
  | 
| /linux-4.1.27/arch/sh/kernel/cpu/sh3/ | 
| D | swsusp.S | 19 #define k3	r3  macro
  | 
| D | entry.S | 74 #define k3	r3  macro
  | 
| /linux-4.1.27/crypto/ | 
| D | tea.c | 65 	u32 k0, k1, k2, k3;  in tea_encrypt()  local 93 	u32 k0, k1, k2, k3;  in tea_decrypt()  local
  | 
| D | vmac.c | 247 #define k3 (*(((u32 *)kh)+INDEX_HIGH))  in poly_step_func()  macro
  | 
| /linux-4.1.27/arch/sparc/crypto/ | 
| D | des_glue.c | 208 	u64 k3[DES_EXPKEY_WORDS / 2];  in des3_ede_set_key()  local
  | 
| /linux-4.1.27/drivers/video/fbdev/msm/ | 
| D | mdp_ppp.c | 218 	int64_t k1, k2, k3, k4, tmp;  in scale_params()  local
  |