Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/ccree/
Dcc_cipher.h33 u8 hw_key1; member
Dcc_cipher.c336 switch (cc_slot_to_key_type(hki.hw_key1)) { in cc_cipher_sethkey()
343 ctx_p->hw.key1_slot = cc_slot_to_hw_key(hki.hw_key1); in cc_cipher_sethkey()
346 hki.hw_key1); in cc_cipher_sethkey()
352 if (hki.hw_key1 == hki.hw_key2) { in cc_cipher_sethkey()
354 hki.hw_key1, hki.hw_key2); in cc_cipher_sethkey()
383 ctx_p->cpp.slot = cc_slot_to_cpp_key(hki.hw_key1); in cc_cipher_sethkey()
394 dev_err(dev, "Unsupported protected key (%d)\n", hki.hw_key1); in cc_cipher_sethkey()