Searched refs:skcipher_cipher_simple (Results 1 – 9 of 9) sorted by relevance
28 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_encrypt_segment()55 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_encrypt_inplace()103 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_decrypt_segment()132 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_decrypt_inplace()
46 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_encrypt()55 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_decrypt()
126 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_decrypt()195 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_encrypt()
66 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_encrypt()133 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_decrypt()
32 return crypto_cipher_blocksize(skcipher_cipher_simple(tfm)); in crypto_cfb_bsize()38 crypto_cipher_encrypt_one(skcipher_cipher_simple(tfm), dst, src); in crypto_cfb_encrypt_one()
20 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt()
101 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ctr_crypt()
882 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in skcipher_setkey_simple()
204 skcipher_cipher_simple(struct crypto_skcipher *tfm) in skcipher_cipher_simple() function