Lines Matching defs:key
54 u8 iv[16], key[32];
57 memset(key, 'X', sizeof(key));
61 print_hex_dump(KERN_INFO, "key: ", DUMP_PREFIX_OFFSET,
62 16, 1, key, 32, 1);
69 chacha_init_arch(chacha_state, (u32*)key, iv);
84 chacha_init_arch(chacha_state, (u32 *)key, iv);
131 u8 iv[16], key[32];
152 memset(key, 'X', sizeof(key));
155 if (crypto_skcipher_setkey(skcipher, key, 32)) {
156 pr_info("key could not be set\n");
162 print_hex_dump(KERN_INFO, "key: ", DUMP_PREFIX_OFFSET,
163 16, 1, key, 32, 1);