Home
last modified time | relevance | path

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

/linux-2.6.39/crypto/
Dxts.c153 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()
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()
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()
Decb.c80 crypto_cipher_alg(child)->cia_encrypt); in crypto_ecb_encrypt()
94 crypto_cipher_alg(child)->cia_decrypt); in crypto_ecb_decrypt()
Dlrw.c195 crypto_cipher_alg(ctx->child)->cia_encrypt); in encrypt()
206 crypto_cipher_alg(ctx->child)->cia_decrypt); in decrypt()
Dctr.c72 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_segment()
98 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_inplace()
/linux-2.6.39/include/crypto/
Dalgapi.h276 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg() function