Home
last modified time | relevance | path

Searched refs:temp_key (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c67 uint8_t temp_key[DES3_KEY_SIZE] = { }; in cryp_init() local
76 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()