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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dcbc.c47 crypto_cipher_alg(tfm)->cia_encrypt;
71 crypto_cipher_alg(tfm)->cia_encrypt;
119 crypto_cipher_alg(tfm)->cia_decrypt;
145 crypto_cipher_alg(tfm)->cia_decrypt;
H A Dpcbc.c50 crypto_cipher_alg(tfm)->cia_encrypt;
75 crypto_cipher_alg(tfm)->cia_encrypt;
128 crypto_cipher_alg(tfm)->cia_decrypt;
155 crypto_cipher_alg(tfm)->cia_decrypt;
H A Dxts.c153 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt,
154 crypto_cipher_alg(ctx->child)->cia_encrypt);
164 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt,
165 crypto_cipher_alg(ctx->child)->cia_decrypt);
H A Decb.c80 crypto_cipher_alg(child)->cia_encrypt);
94 crypto_cipher_alg(child)->cia_decrypt);
H A Dlrw.c195 crypto_cipher_alg(ctx->child)->cia_encrypt);
206 crypto_cipher_alg(ctx->child)->cia_decrypt);
H A Dctr.c72 crypto_cipher_alg(tfm)->cia_encrypt;
98 crypto_cipher_alg(tfm)->cia_encrypt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dalgapi.h276 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) function

Completed in 63 milliseconds