Searched refs:crypto_requires_off (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/crypto/ |
D | algapi.h | 389 static inline int crypto_requires_off(u32 type, u32 mask, u32 off) in crypto_requires_off() function 400 return crypto_requires_off(type, mask, CRYPTO_ALG_ASYNC); in crypto_requires_sync()
|
/linux-4.19.296/crypto/ |
D | cbc.c | 132 crypto_requires_off(algt->type, algt->mask, in crypto_cbc_create()
|
D | ctr.c | 197 crypto_requires_off(algt->type, algt->mask, in crypto_ctr_alloc() 381 crypto_requires_off(algt->type, algt->mask, in crypto_rfc3686_create()
|
D | cfb.c | 278 crypto_requires_off(algt->type, algt->mask, in crypto_cfb_create()
|
D | xts.c | 431 mask = crypto_requires_off(algt->type, algt->mask, in create()
|