Searched defs:cryptlen (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/crypto/qce/
H A Dcipher.h57 unsigned int cryptlen; member in struct:qce_cipher_reqctx
H A Dcommon.c197 qce_xtskey(struct qce_device *qce, const u8 *enckey, unsigned int enckeylen, unsigned int cryptlen) qce_xtskey() argument
/linux-4.1.27/drivers/crypto/nx/
H A Dnx-aes-ccm.c149 generate_b0(u8 *iv, unsigned int assoclen, unsigned int authsize, unsigned int cryptlen, u8 *b0) generate_b0() argument
/linux-4.1.27/crypto/
H A Dauthenc.c40 unsigned int cryptlen; member in struct:authenc_request_ctx
182 unsigned int cryptlen = req->cryptlen; authenc_verify_ahash_update_done() local
231 unsigned int cryptlen = req->cryptlen; authenc_verify_ahash_done() local
334 unsigned int cryptlen = req->cryptlen; crypto_authenc_genicv() local
401 unsigned int cryptlen = req->cryptlen; crypto_authenc_encrypt() local
526 unsigned int cryptlen = req->cryptlen; crypto_authenc_decrypt() local
481 crypto_authenc_iverify(struct aead_request *req, u8 *iv, unsigned int cryptlen) crypto_authenc_iverify() argument
H A Dauthencesn.c40 unsigned int cryptlen; member in struct:authenc_esn_request_ctx
199 unsigned int cryptlen = req->cryptlen; authenc_esn_verify_ahash_update_done() local
260 unsigned int cryptlen = req->cryptlen; authenc_esn_verify_ahash_update_done2() local
310 unsigned int cryptlen = req->cryptlen; authenc_esn_verify_ahash_done() local
399 unsigned int cryptlen = req->cryptlen; crypto_authenc_esn_genicv() local
477 unsigned int cryptlen = req->cryptlen; crypto_authenc_esn_encrypt() local
618 unsigned int cryptlen = req->cryptlen; crypto_authenc_esn_decrypt() local
556 crypto_authenc_esn_iverify(struct aead_request *req, u8 *iv, unsigned int cryptlen) crypto_authenc_esn_iverify() argument
H A Dccm.c310 unsigned int cryptlen = req->cryptlen; crypto_ccm_encrypt() local
363 unsigned int cryptlen = req->cryptlen - authsize; crypto_ccm_decrypt_done() local
381 unsigned int cryptlen = req->cryptlen; crypto_ccm_decrypt() local
123 format_input(u8 *info, struct aead_request *req, unsigned int cryptlen) format_input() argument
245 crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, unsigned int cryptlen) crypto_ccm_auth() argument
H A Dgcm.c61 unsigned int cryptlen; member in struct:crypto_gcm_ghash_ctx
581 unsigned int cryptlen = req->cryptlen - authsize; crypto_gcm_verify() local
626 unsigned int cryptlen = req->cryptlen; crypto_gcm_decrypt() local
189 crypto_gcm_init_crypt(struct ablkcipher_request *ablk_req, struct aead_request *req, unsigned int cryptlen) crypto_gcm_init_crypt() argument
/linux-4.1.27/drivers/crypto/
H A Dixp4xx_crypto.c998 unsigned int cryptlen; aead_perform() local
H A Dtalitos.c949 unsigned int cryptlen = areq->cryptlen; ipsec_esp() local
1372 unsigned int cryptlen = areq->nbytes; common_nonsnoop() local
905 sg_to_link_tbl(struct scatterlist *sg, int sg_count, int cryptlen, struct talitos_ptr *link_tbl_ptr) sg_to_link_tbl() argument
1113 talitos_edesc_alloc(struct device *dev, struct scatterlist *assoc, struct scatterlist *src, struct scatterlist *dst, u8 *iv, unsigned int assoclen, unsigned int cryptlen, unsigned int authsize, unsigned int ivsize, int icv_stashing, u32 cryptoflags, bool encrypt) talitos_edesc_alloc() argument
/linux-4.1.27/include/linux/
H A Dcrypto.h193 unsigned int cryptlen; member in struct:aead_request
1562 aead_request_set_crypt(struct aead_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int cryptlen, u8 *iv) aead_request_set_crypt() argument

Completed in 131 milliseconds