Home
last modified time | relevance | path

Searched refs:ctxidx (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/crypto/blake2/
H A Dblake2_cryptodev.c340 int ctxidx; in blake2_cipher_process() local
346 ctxidx = 0; in blake2_cipher_process()
351 ACQUIRE_CTX(ctxidx, ctx); in blake2_cipher_process()
411 RELEASE_CTX(ctxidx, ctx); in blake2_cipher_process()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c564 int kt, ctxidx, error; in aesni_cipher_setup() local
615 ACQUIRE_CTX(ctxidx, ctx); in aesni_cipher_setup()
627 RELEASE_CTX(ctxidx, ctx); in aesni_cipher_setup()
637 int error, ctxidx; in aesni_cipher_process() local
657 ctxidx = 0; in aesni_cipher_process()
661 ACQUIRE_CTX(ctxidx, ctx); in aesni_cipher_process()
684 RELEASE_CTX(ctxidx, ctx); in aesni_cipher_process()