Searched refs:lock (Results 1 – 4 of 4) sorted by relevance
| /crypto/ |
| A D | jitterentropy-testing.c | 22 spinlock_t lock; member 43 spin_lock_irqsave(&data->lock, flags); in jent_testing_reset() 46 spin_unlock_irqrestore(&data->lock, flags); in jent_testing_reset() 83 spin_lock_irqsave(&data->lock, flags); in jent_testing_store() 94 spin_unlock_irqrestore(&data->lock, flags); in jent_testing_store() 106 spin_unlock_irqrestore(&data->lock, flags); in jent_testing_store() 132 spin_lock_irqsave(&data->lock, flags); in jent_testing_reader() 137 spin_unlock_irqrestore(&data->lock, flags); in jent_testing_reader() 160 spin_unlock_irqrestore(&data->lock, flags); in jent_testing_reader() 168 spin_unlock_irqrestore(&data->lock, flags); in jent_testing_reader() [all …]
|
| A D | scompress.c | 29 spinlock_t lock; member 37 .lock = __SPIN_LOCK_UNLOCKED(scomp_scratch.lock), 90 spin_lock_bh(&scratch->lock); in scomp_alloc_scratch() 92 spin_unlock_bh(&scratch->lock); in scomp_alloc_scratch() 148 spin_lock(&scratch->lock); in scomp_lock_scratch() 151 spin_unlock(&scratch->lock); in scomp_lock_scratch() 157 spin_lock(&scratch->lock); in scomp_lock_scratch() 164 spin_unlock(&scratch->lock); in scomp_unlock_scratch()
|
| A D | acompress.c | 382 spin_lock_bh(&ps->lock); in acomp_stream_workfn() 384 spin_unlock_bh(&ps->lock); in acomp_stream_workfn() 442 spin_lock_init(&ps->lock); in crypto_acomp_alloc_streams() 460 spin_lock_bh(&ps->lock); in crypto_acomp_lock_stream_bh() 463 spin_unlock(&ps->lock); in crypto_acomp_lock_stream_bh() 469 spin_lock(&ps->lock); in crypto_acomp_lock_stream_bh()
|
| A D | geniv.c | 115 spin_lock_init(&ctx->lock); in aead_init_geniv()
|
Completed in 35 milliseconds