Searched refs:atfm (Results 1 – 4 of 4) sorted by relevance
142 static void sec_alg_skcipher_init_context(struct crypto_skcipher *atfm, in sec_alg_skcipher_init_context() argument147 struct crypto_tfm *tfm = crypto_skcipher_tfm(atfm); in sec_alg_skcipher_init_context()430 struct crypto_skcipher *atfm = crypto_skcipher_reqtfm(skreq); in sec_skcipher_alg_callback() local461 crypto_skcipher_ivsize(atfm), in sec_skcipher_alg_callback()463 crypto_skcipher_ivsize(atfm)); in sec_skcipher_alg_callback()468 crypto_skcipher_ivsize(atfm), in sec_skcipher_alg_callback()470 crypto_skcipher_ivsize(atfm)); in sec_skcipher_alg_callback()526 if (crypto_skcipher_ivsize(atfm)) { in sec_skcipher_alg_callback()528 crypto_skcipher_ivsize(atfm), in sec_skcipher_alg_callback()709 struct crypto_skcipher *atfm = crypto_skcipher_reqtfm(skreq); in sec_alg_skcipher_crypto() local[all …]
478 struct crypto_ablkcipher *atfm = crypto_ablkcipher_reqtfm(req); in virtio_crypto_ablkcipher_encrypt() local479 struct virtio_crypto_ablkcipher_ctx *ctx = crypto_ablkcipher_ctx(atfm); in virtio_crypto_ablkcipher_encrypt()498 struct crypto_ablkcipher *atfm = crypto_ablkcipher_reqtfm(req); in virtio_crypto_ablkcipher_decrypt() local499 struct virtio_crypto_ablkcipher_ctx *ctx = crypto_ablkcipher_ctx(atfm); in virtio_crypto_ablkcipher_decrypt()
1050 struct crypto_ablkcipher *atfm = crypto_ablkcipher_reqtfm(req); in qat_alg_ablkcipher_encrypt() local1051 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(atfm); in qat_alg_ablkcipher_encrypt()1110 struct crypto_ablkcipher *atfm = crypto_ablkcipher_reqtfm(req); in qat_alg_ablkcipher_decrypt() local1111 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(atfm); in qat_alg_ablkcipher_decrypt()
1713 struct crypto_ahash *atfm = NULL; in __alg_test_hash() local1728 atfm = crypto_alloc_ahash(driver, type, mask); in __alg_test_hash()1729 if (IS_ERR(atfm)) { in __alg_test_hash()1731 driver, PTR_ERR(atfm)); in __alg_test_hash()1732 return PTR_ERR(atfm); in __alg_test_hash()1735 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()1761 statesize = crypto_ahash_statesize(atfm); in __alg_test_hash()1790 crypto_free_ahash(atfm); in __alg_test_hash()