Searched refs:crypto_cipher_alg (Results 1 – 7 of 7) sorted by relevance
153 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt, in encrypt()154 crypto_cipher_alg(ctx->child)->cia_encrypt); in encrypt()164 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt, in decrypt()165 crypto_cipher_alg(ctx->child)->cia_decrypt); in decrypt()
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()
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()
80 crypto_cipher_alg(child)->cia_encrypt); in crypto_ecb_encrypt()94 crypto_cipher_alg(child)->cia_decrypt); in crypto_ecb_decrypt()
195 crypto_cipher_alg(ctx->child)->cia_encrypt); in encrypt()206 crypto_cipher_alg(ctx->child)->cia_decrypt); in decrypt()
72 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_segment()98 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_inplace()
276 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg() function