Searched refs:ablkcipher_request (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h111 struct ablkcipher_request { struct
150 int (*encrypt)(struct ablkcipher_request *req);
151 int (*decrypt)(struct ablkcipher_request *req);
281 int (*encrypt)(struct ablkcipher_request *req);
282 int (*decrypt)(struct ablkcipher_request *req);
567 struct ablkcipher_request *req)
572 static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req)
579 static inline int crypto_ablkcipher_decrypt(struct ablkcipher_request *req)
592 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm)
597 static inline struct ablkcipher_request *ablkcipher_request_cas
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcryptd.c72 static void cryptd_blkcipher_crypt(struct ablkcipher_request *req,
121 static int cryptd_blkcipher_enqueue(struct ablkcipher_request *req,
141 static int cryptd_blkcipher_encrypt_enqueue(struct ablkcipher_request *req)
146 static int cryptd_blkcipher_decrypt_enqueue(struct ablkcipher_request *req)
H A Dblkcipher.c358 static int async_encrypt(struct ablkcipher_request *req)
372 static int async_decrypt(struct ablkcipher_request *req)
H A Dtcrypt.c226 struct ablkcipher_request *req;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/crypto/
H A Dalgapi.h227 struct ablkcipher_request *request)
232 static inline struct ablkcipher_request *ablkcipher_dequeue_request(
238 static inline void *ablkcipher_request_ctx(struct ablkcipher_request *req)

Completed in 125 milliseconds