Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c142 static void sec_alg_skcipher_init_context(struct crypto_skcipher *atfm, in sec_alg_skcipher_init_context() argument
147 struct crypto_tfm *tfm = crypto_skcipher_tfm(atfm); in sec_alg_skcipher_init_context()
431 struct crypto_skcipher *atfm = crypto_skcipher_reqtfm(skreq); in sec_skcipher_alg_callback() local
462 crypto_skcipher_ivsize(atfm), in sec_skcipher_alg_callback()
464 crypto_skcipher_ivsize(atfm)); in sec_skcipher_alg_callback()
469 crypto_skcipher_ivsize(atfm), in sec_skcipher_alg_callback()
471 crypto_skcipher_ivsize(atfm)); in sec_skcipher_alg_callback()
527 if (crypto_skcipher_ivsize(atfm)) { in sec_skcipher_alg_callback()
529 crypto_skcipher_ivsize(atfm), in sec_skcipher_alg_callback()
710 struct crypto_skcipher *atfm = crypto_skcipher_reqtfm(skreq); in sec_alg_skcipher_crypto() local
[all …]
/linux/crypto/
H A Dtestmgr.c1903 struct crypto_ahash *atfm = NULL; in __alg_test_hash() local
1918 atfm = crypto_alloc_ahash(driver, type, mask); in __alg_test_hash()
1919 if (IS_ERR(atfm)) { in __alg_test_hash()
1920 if (PTR_ERR(atfm) == -ENOENT) in __alg_test_hash()
1923 driver, PTR_ERR(atfm)); in __alg_test_hash()
1924 return PTR_ERR(atfm); in __alg_test_hash()
1926 driver = crypto_ahash_driver_name(atfm); in __alg_test_hash()
1928 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
1954 statesize = crypto_ahash_statesize(atfm); in __alg_test_hash()
1985 crypto_free_ahash(atfm); in __alg_test_hash()