Searched refs:crypto_requires_sync (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/crypto/ |
D | lrw.c | 486 crypto_requires_sync(algt->type, in create() 495 crypto_requires_sync(algt->type, in create()
|
D | authenc.c | 400 crypto_requires_sync(algt->type, algt->mask)); in crypto_authenc_create() 425 crypto_requires_sync(algt->type, in crypto_authenc_create()
|
D | authencesn.c | 426 crypto_requires_sync(algt->type, algt->mask)); in crypto_authenc_esn_create() 451 crypto_requires_sync(algt->type, in crypto_authenc_esn_create()
|
D | gcm.c | 622 crypto_requires_sync(algt->type, in crypto_gcm_create_common() 646 crypto_requires_sync(algt->type, in crypto_gcm_create_common() 932 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4106_create() 1174 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4543_create()
|
D | chacha20poly1305.c | 609 crypto_requires_sync(algt->type, in chachapoly_create() 633 crypto_requires_sync(algt->type, in chachapoly_create()
|
D | aead.c | 231 mask |= crypto_requires_sync(algt->type, algt->mask); in aead_geniv_alloc()
|
D | cts.c | 352 crypto_requires_sync(algt->type, in crypto_cts_create()
|
D | ccm.c | 502 crypto_requires_sync(algt->type, in crypto_ccm_create_common() 794 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4309_create()
|
D | ctr.c | 380 mask = crypto_requires_sync(algt->type, algt->mask) | in crypto_rfc3686_create()
|
D | rsa-pkcs1pad.c | 636 crypto_requires_sync(algt->type, algt->mask)); in pkcs1pad_create()
|
/Linux-v4.19/include/crypto/ |
D | algapi.h | 398 static inline int crypto_requires_sync(u32 type, u32 mask) in crypto_requires_sync() function
|