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

/linux-4.1.27/crypto/
H A Dcbc.c47 crypto_cipher_alg(tfm)->cia_encrypt; crypto_cbc_encrypt_segment()
71 crypto_cipher_alg(tfm)->cia_encrypt; crypto_cbc_encrypt_inplace()
119 crypto_cipher_alg(tfm)->cia_decrypt; crypto_cbc_decrypt_segment()
145 crypto_cipher_alg(tfm)->cia_decrypt; crypto_cbc_decrypt_inplace()
H A Dpcbc.c50 crypto_cipher_alg(tfm)->cia_encrypt; crypto_pcbc_encrypt_segment()
75 crypto_cipher_alg(tfm)->cia_encrypt; crypto_pcbc_encrypt_inplace()
128 crypto_cipher_alg(tfm)->cia_decrypt; crypto_pcbc_decrypt_segment()
155 crypto_cipher_alg(tfm)->cia_decrypt; crypto_pcbc_decrypt_inplace()
H A Dxts.c154 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt, encrypt()
155 crypto_cipher_alg(ctx->child)->cia_encrypt); encrypt()
165 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt, decrypt()
166 crypto_cipher_alg(ctx->child)->cia_decrypt); decrypt()
H A Decb.c80 crypto_cipher_alg(child)->cia_encrypt); crypto_ecb_encrypt()
94 crypto_cipher_alg(child)->cia_decrypt); crypto_ecb_decrypt()
H A Dlrw.c203 crypto_cipher_alg(ctx->child)->cia_encrypt); encrypt()
214 crypto_cipher_alg(ctx->child)->cia_decrypt); decrypt()
H A Dctr.c78 crypto_cipher_alg(tfm)->cia_encrypt; crypto_ctr_crypt_segment()
104 crypto_cipher_alg(tfm)->cia_encrypt; crypto_ctr_crypt_inplace()
/linux-4.1.27/include/crypto/
H A Dalgapi.h286 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) crypto_cipher_alg() function

Completed in 50 milliseconds