Searched refs:tfm (Results 1 – 1 of 1) sorted by relevance
45 struct crypto_skcipher *tfm; member169 sk.tfm = skcipher; in test_skcipher()223 crypto_skcipher_blocksize(sk.tfm), in test_skcipher()224 crypto_skcipher_alg(sk.tfm)->walksize, in test_skcipher()225 crypto_skcipher_ivsize(sk.tfm), in test_skcipher()226 crypto_skcipher_alignmask(sk.tfm)); in test_skcipher()
Completed in 3 milliseconds