Searched refs:crypto_requires_sync (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/crypto/ |
D | chainiv.c | 280 if (!crypto_requires_sync(algt->type, algt->mask)) { in chainiv_alloc()
|
D | gcm.c | 665 crypto_requires_sync(algt->type, in crypto_gcm_create_common() 950 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4106_create() 1189 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4543_create()
|
D | aead.c | 221 mask |= crypto_requires_sync(algt->type, algt->mask); in aead_geniv_alloc()
|
D | ccm.c | 548 crypto_requires_sync(algt->type, in crypto_ccm_create_common() 835 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4309_create()
|
D | ctr.c | 364 crypto_requires_sync(algt->type, in crypto_rfc3686_alloc()
|
D | authenc.c | 425 crypto_requires_sync(algt->type, in crypto_authenc_create()
|
D | authencesn.c | 441 crypto_requires_sync(algt->type, in crypto_authenc_esn_create()
|
D | chacha20poly1305.c | 619 crypto_requires_sync(algt->type, in chachapoly_create()
|
D | blkcipher.c | 623 mask |= crypto_requires_sync(algt->type, algt->mask); in skcipher_geniv_alloc()
|
/linux-4.4.14/include/crypto/ |
D | algapi.h | 363 static inline int crypto_requires_sync(u32 type, u32 mask) in crypto_requires_sync() function
|