Searched refs:crypto_cipher_alg (Results 1 – 7 of 7) sorted by relevance
50 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_pcbc_encrypt_segment()75 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_pcbc_encrypt_inplace()128 crypto_cipher_alg(tfm)->cia_decrypt; in crypto_pcbc_decrypt_segment()155 crypto_cipher_alg(tfm)->cia_decrypt; in crypto_pcbc_decrypt_inplace()
47 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_cbc_encrypt_segment()71 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_cbc_encrypt_inplace()119 crypto_cipher_alg(tfm)->cia_decrypt; in crypto_cbc_decrypt_segment()145 crypto_cipher_alg(tfm)->cia_decrypt; in crypto_cbc_decrypt_inplace()
154 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt, in encrypt()155 crypto_cipher_alg(ctx->child)->cia_encrypt); in encrypt()165 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt, in decrypt()166 crypto_cipher_alg(ctx->child)->cia_decrypt); in decrypt()
80 crypto_cipher_alg(child)->cia_encrypt); in crypto_ecb_encrypt()94 crypto_cipher_alg(child)->cia_decrypt); in crypto_ecb_decrypt()
203 crypto_cipher_alg(ctx->child)->cia_encrypt); in encrypt()214 crypto_cipher_alg(ctx->child)->cia_decrypt); in decrypt()
78 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_segment()104 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_inplace()
273 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg() function