Home
last modified time | relevance | path

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

/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c3927 .cra_priority = CHCR_AEAD_PRIORITY,
3946 .cra_priority = CHCR_AEAD_PRIORITY + 1,
3966 .cra_priority = CHCR_AEAD_PRIORITY,
3985 .cra_priority = CHCR_AEAD_PRIORITY + 1,
4005 .cra_priority = CHCR_AEAD_PRIORITY,
4027 .cra_priority = CHCR_AEAD_PRIORITY,
4048 .cra_priority = CHCR_AEAD_PRIORITY,
4068 .cra_priority = CHCR_AEAD_PRIORITY,
4089 .cra_priority = CHCR_AEAD_PRIORITY,
4110 .cra_priority = CHCR_AEAD_PRIORITY,
[all …]
H A Dchcr_crypto.h53 #define CHCR_AEAD_PRIORITY 6000 macro