Searched refs:blockcipher (Results 1 - 2 of 2) sorted by relevance

/linux-master/crypto/
H A Dhctr2.c44 struct crypto_cipher *blockcipher; member in struct:hctr2_tfm_ctx
136 crypto_cipher_clear_flags(tctx->blockcipher, CRYPTO_TFM_REQ_MASK);
137 crypto_cipher_set_flags(tctx->blockcipher,
140 err = crypto_cipher_setkey(tctx->blockcipher, key, keylen);
153 crypto_cipher_encrypt_one(tctx->blockcipher, hbar, hbar);
157 crypto_cipher_encrypt_one(tctx->blockcipher, tctx->L, tctx->L);
301 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->first_block,
304 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->first_block,
340 struct crypto_cipher *blockcipher; local
349 blockcipher
[all...]
H A Dadiantum.c72 struct crypto_cipher *blockcipher; member in struct:adiantum_tfm_ctx
160 crypto_cipher_clear_flags(tctx->blockcipher, CRYPTO_TFM_REQ_MASK);
161 crypto_cipher_set_flags(tctx->blockcipher,
164 err = crypto_cipher_setkey(tctx->blockcipher, keyp,
291 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes,
383 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->rbuf.bytes,
433 struct crypto_cipher *blockcipher; local
442 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn);
443 if (IS_ERR(blockcipher)) {
444 err = PTR_ERR(blockcipher);
[all...]

Completed in 84 milliseconds