Searched refs:ENC_TYPE_CHAINING_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/crypto/ | ||
H A D | n2_core.h | 86 #define ENC_TYPE_CHAINING_MASK 0x03ULL macro |
H A D | n2_core.c | 734 ctx->enc_type = (n2alg->enc_type & ENC_TYPE_CHAINING_MASK); in n2_aes_setkey() |