Home
last modified time | relevance | path

Searched refs:crypto_requires_sync (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/crypto/
Dchainiv.c312 if (!crypto_requires_sync(algt->type, algt->mask)) { in chainiv_alloc()
Dccm.c517 crypto_requires_sync(algt->type, in crypto_ccm_alloc_common()
774 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4309_alloc()
Dgcm.c737 crypto_requires_sync(algt->type, in crypto_gcm_alloc_common()
991 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4106_alloc()
1308 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4543_alloc()
Dctr.c364 crypto_requires_sync(algt->type, in crypto_rfc3686_alloc()
Daead.c302 mask |= crypto_requires_sync(algt->type, algt->mask); in aead_geniv_alloc()
Dauthenc.c639 crypto_requires_sync(algt->type, in crypto_authenc_alloc()
Dblkcipher.c622 mask |= crypto_requires_sync(algt->type, algt->mask); in skcipher_geniv_alloc()
Dauthencesn.c731 crypto_requires_sync(algt->type, in crypto_authenc_esn_alloc()
/linux-4.1.27/include/crypto/
Dalgapi.h391 static inline int crypto_requires_sync(u32 type, u32 mask) in crypto_requires_sync() function