Searched refs:crypto_requires_sync (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/crypto/ |
D | chainiv.c | 312 if (!crypto_requires_sync(algt->type, algt->mask)) { in chainiv_alloc()
|
D | ccm.c | 517 crypto_requires_sync(algt->type, in crypto_ccm_alloc_common() 774 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4309_alloc()
|
D | gcm.c | 737 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()
|
D | ctr.c | 364 crypto_requires_sync(algt->type, in crypto_rfc3686_alloc()
|
D | aead.c | 302 mask |= crypto_requires_sync(algt->type, algt->mask); in aead_geniv_alloc()
|
D | authenc.c | 639 crypto_requires_sync(algt->type, in crypto_authenc_alloc()
|
D | blkcipher.c | 622 mask |= crypto_requires_sync(algt->type, algt->mask); in skcipher_geniv_alloc()
|
D | authencesn.c | 731 crypto_requires_sync(algt->type, in crypto_authenc_esn_alloc()
|
/linux-4.1.27/include/crypto/ |
D | algapi.h | 391 static inline int crypto_requires_sync(u32 type, u32 mask) in crypto_requires_sync() function
|