crypto_requires_sync  242 crypto/aead.c  	mask |= crypto_requires_sync(algt->type, algt->mask);
crypto_requires_sync  406 crypto/authenc.c 				   crypto_requires_sync(algt->type,
crypto_requires_sync  579 crypto/blkcipher.c 	mask |= crypto_requires_sync(algt->type, algt->mask);
crypto_requires_sync  516 crypto/ccm.c   				   crypto_requires_sync(algt->type,
crypto_requires_sync  780 crypto/ccm.c   			       crypto_requires_sync(algt->type, algt->mask));
crypto_requires_sync  312 crypto/chainiv.c 	if (!crypto_requires_sync(algt->type, algt->mask)) {
crypto_requires_sync  464 crypto/gcm.c   				   crypto_requires_sync(algt->type,
crypto_requires_sync  713 crypto/gcm.c   			       crypto_requires_sync(algt->type, algt->mask));