Home
last modified time | relevance | path

Searched refs:crypto_requires_off (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/crypto/
Dalgapi.h389 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/
Dcbc.c132 crypto_requires_off(algt->type, algt->mask, in crypto_cbc_create()
Dctr.c197 crypto_requires_off(algt->type, algt->mask, in crypto_ctr_alloc()
381 crypto_requires_off(algt->type, algt->mask, in crypto_rfc3686_create()
Dcfb.c278 crypto_requires_off(algt->type, algt->mask, in crypto_cfb_create()
Dxts.c431 mask = crypto_requires_off(algt->type, algt->mask, in create()