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

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

Completed in 80 milliseconds