Searched refs:crypto_requires_sync (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/crypto/ |
| D | lrw.c | 327 crypto_requires_sync(algt->type, in create() 336 crypto_requires_sync(algt->type, in create()
|
| D | authenc.c | 403 crypto_requires_sync(algt->type, algt->mask)); in crypto_authenc_create() 428 crypto_requires_sync(algt->type, in crypto_authenc_create()
|
| D | authencesn.c | 421 crypto_requires_sync(algt->type, algt->mask)); in crypto_authenc_esn_create() 446 crypto_requires_sync(algt->type, in crypto_authenc_esn_create()
|
| D | essiv.c | 502 crypto_requires_sync(algt->type, in essiv_create() 524 crypto_requires_sync(algt->type, in essiv_create()
|
| D | gcm.c | 605 crypto_requires_sync(algt->type, in crypto_gcm_create_common() 630 crypto_requires_sync(algt->type, in crypto_gcm_create_common() 894 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4106_create() 1132 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4543_create()
|
| D | chacha20poly1305.c | 594 crypto_requires_sync(algt->type, in chachapoly_create() 618 crypto_requires_sync(algt->type, in chachapoly_create()
|
| D | ctr.c | 289 mask = crypto_requires_sync(algt->type, algt->mask) | in crypto_rfc3686_create()
|
| D | cts.c | 356 crypto_requires_sync(algt->type, in crypto_cts_create()
|
| D | aead.c | 261 mask |= crypto_requires_sync(algt->type, algt->mask); in aead_geniv_alloc()
|
| D | ccm.c | 500 crypto_requires_sync(algt->type, in crypto_ccm_create_common() 772 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4309_create()
|
| D | adiantum.c | 544 0, crypto_requires_sync(algt->type, in adiantum_create()
|
| D | rsa-pkcs1pad.c | 641 crypto_requires_sync(algt->type, algt->mask)); in pkcs1pad_create()
|
| /Linux-v5.4/include/crypto/ |
| D | algapi.h | 388 static inline int crypto_requires_sync(u32 type, u32 mask) in crypto_requires_sync() function
|