Searched refs:temp_key (Results 1 – 1 of 1) sorted by relevance
67 uint8_t temp_key[DES3_KEY_SIZE] = { }; in cryp_init() local76 memcpy(temp_key, key, key_len); in cryp_init()77 memcpy(temp_key + key_len, key, key_len / 2); in cryp_init()79 key = temp_key; in cryp_init()