Home
last modified time | relevance | path

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

/dragonfly/sys/dev/crypto/padlock/
H A Dpadlock_cipher.c102 if (cw->cw_key_generation == PADLOCK_KEY_GENERATION_SW) { in padlock_cipher_key_setup()
129 cw->cw_key_generation = PADLOCK_KEY_GENERATION_SW; in padlock_cipher_setup()
137 cw->cw_key_generation = PADLOCK_KEY_GENERATION_HW; in padlock_cipher_setup()
H A Dpadlock.h54 #define cw_key_generation __field.key_generation macro