Searched refs:skcipher_cipher_simple (Results 1 – 10 of 10) sorted by relevance
29 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()
47 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()
127 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()
67 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()
33 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()
21 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt()
103 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_xctr_crypt()
102 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ctr_crypt()
863 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in skcipher_setkey_simple()
234 skcipher_cipher_simple(struct crypto_skcipher *tfm) in skcipher_cipher_simple() function
Completed in 13 milliseconds