Home
last modified time | relevance | path

Searched refs:crypto_cipher_alg (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/crypto/
Dpcbc.c50 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()
Dcbc.c47 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()
Dxts.c154 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()
Decb.c80 crypto_cipher_alg(child)->cia_encrypt); in crypto_ecb_encrypt()
94 crypto_cipher_alg(child)->cia_decrypt); in crypto_ecb_decrypt()
Dlrw.c203 crypto_cipher_alg(ctx->child)->cia_encrypt); in encrypt()
214 crypto_cipher_alg(ctx->child)->cia_decrypt); in decrypt()
Dctr.c78 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_segment()
104 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_inplace()
/linux-4.4.14/include/crypto/
Dalgapi.h273 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg() function