skcipher_cipher_simple 20 crypto/cbc.c crypto_cipher_encrypt_one(skcipher_cipher_simple(tfm), dst, src); skcipher_cipher_simple 31 crypto/cbc.c crypto_cipher_decrypt_one(skcipher_cipher_simple(tfm), dst, src); skcipher_cipher_simple 32 crypto/cfb.c return crypto_cipher_blocksize(skcipher_cipher_simple(tfm)); skcipher_cipher_simple 38 crypto/cfb.c crypto_cipher_encrypt_one(skcipher_cipher_simple(tfm), dst, src); skcipher_cipher_simple 101 crypto/ctr.c struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); skcipher_cipher_simple 46 crypto/ecb.c struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); skcipher_cipher_simple 55 crypto/ecb.c struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); skcipher_cipher_simple 126 crypto/keywrap.c struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); skcipher_cipher_simple 195 crypto/keywrap.c struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); skcipher_cipher_simple 20 crypto/ofb.c struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); skcipher_cipher_simple 66 crypto/pcbc.c struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); skcipher_cipher_simple 133 crypto/pcbc.c struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); skcipher_cipher_simple 1111 crypto/skcipher.c struct crypto_cipher *cipher = skcipher_cipher_simple(tfm);