Home
last modified time | relevance | path

Searched refs:skcipher_cipher_simple (Results 1 – 9 of 9) sorted by relevance

/linux/crypto/
A Dcbc.c29 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_encrypt_segment()
56 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_encrypt_inplace()
104 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_decrypt_segment()
133 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_decrypt_inplace()
A Decb.c47 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_encrypt()
56 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_decrypt()
A Dkeywrap.c127 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_decrypt()
196 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_encrypt()
A Dpcbc.c67 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_encrypt()
134 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_decrypt()
A Dcfb.c33 return crypto_cipher_blocksize(skcipher_cipher_simple(tfm)); in crypto_cfb_bsize()
39 crypto_cipher_encrypt_one(skcipher_cipher_simple(tfm), dst, src); in crypto_cfb_encrypt_one()
A Dofb.c21 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt()
A Dctr.c102 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ctr_crypt()
A Dskcipher.c877 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in skcipher_setkey_simple()
/linux/include/crypto/internal/
A Dskcipher.h204 skcipher_cipher_simple(struct crypto_skcipher *tfm) in skcipher_cipher_simple() function

Completed in 16 milliseconds