Home
last modified time | relevance | path

Searched refs:lengths (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c28 const u8 *ghash_table, const u8 *lengths);
32 const u8 *ghash_table, const u8 *lengths);
142 const u8 *ghash_table, const u8 *lengths)) in gcm_crypt()
147 be128 __aligned(8) lengths; in gcm_crypt()
151 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_crypt()
152 lengths.b = cpu_to_be64(walk->total * 8); in gcm_crypt()
171 (const u8 *)&lengths); in gcm_crypt()
191 (const u8 *)&lengths); in gcm_crypt()
137 gcm_crypt(struct aead_request *req, struct skcipher_walk *walk, u8 ghash[], int err, void (*sm4_ce_pmull_gcm_crypt)(const u32 *rkey_enc, u8 *dst, const u8 *src, u8 *iv, unsigned int nbytes, u8 *ghash, const u8 *ghash_table, const u8 *lengths)) gcm_crypt() argument
H A Dghash-ce-glue.c343 be128 lengths; in gcm_encrypt() local
347 lengths.a = cpu_to_be64(assoclen * 8); in gcm_encrypt()
348 lengths.b = cpu_to_be64(req->cryptlen * 8); in gcm_encrypt()
362 tag = (u8 *)&lengths; in gcm_encrypt()
408 be128 lengths; in gcm_decrypt() local
413 lengths.a = cpu_to_be64(assoclen * 8); in gcm_decrypt()
414 lengths.b = cpu_to_be64((req->cryptlen - authsize) * 8); in gcm_decrypt()
432 tag = (u8 *)&lengths; in gcm_decrypt()
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dghash-ce-glue.c350 be128 lengths; in gcm_encrypt() local
354 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_encrypt()
355 lengths.b = cpu_to_be64(req->cryptlen * 8); in gcm_encrypt()
371 tag = (u8 *)&lengths; in gcm_encrypt()
430 tag = (u8 *)&lengths; in gcm_encrypt()
464 be128 lengths; in gcm_decrypt() local
468 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_decrypt()
469 lengths.b = cpu_to_be64((req->cryptlen - authsize) * 8); in gcm_decrypt()
485 tag = (u8 *)&lengths; in gcm_decrypt()
538 tag = (u8 *)&lengths; in gcm_decrypt()
[all...]
/kernel/linux/linux-5.10/fs/orangefs/
H A Dxattr.c468 if (new_op->downcall.resp.listxattr.lengths[i] < 0 || in orangefs_listxattr()
469 new_op->downcall.resp.listxattr.lengths[i] > in orangefs_listxattr()
471 gossip_err("%s: impossible value for lengths[%d]\n", in orangefs_listxattr()
473 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr()
477 if (total + new_op->downcall.resp.listxattr.lengths[i] > size) in orangefs_listxattr()
488 listxattr.lengths[i])) { in orangefs_listxattr()
494 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr()
495 total += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
502 key_size += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
H A Ddowncall.h73 __s32 lengths[ORANGEFS_MAX_XATTR_LISTLEN]; member
/kernel/linux/linux-6.6/fs/orangefs/
H A Dxattr.c468 if (new_op->downcall.resp.listxattr.lengths[i] < 0 || in orangefs_listxattr()
469 new_op->downcall.resp.listxattr.lengths[i] > in orangefs_listxattr()
471 gossip_err("%s: impossible value for lengths[%d]\n", in orangefs_listxattr()
473 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr()
477 if (total + new_op->downcall.resp.listxattr.lengths[i] > size) in orangefs_listxattr()
488 listxattr.lengths[i])) { in orangefs_listxattr()
494 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr()
495 total += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
502 key_size += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
H A Ddowncall.h73 __s32 lengths[ORANGEFS_MAX_XATTR_LISTLEN]; member
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dghash-ce-glue.c498 be128 lengths; in gcm_encrypt() local
543 lengths.a = cpu_to_be64(assoclen * 8); in gcm_encrypt()
544 lengths.b = cpu_to_be64(req->cryptlen * 8); in gcm_encrypt()
546 tag = (u8 *)&lengths; in gcm_encrypt()
590 be128 lengths; in gcm_decrypt() local
638 lengths.a = cpu_to_be64(assoclen * 8); in gcm_decrypt()
639 lengths.b = cpu_to_be64((req->cryptlen - authsize) * 8); in gcm_decrypt()
641 tag = (u8 *)&lengths; in gcm_decrypt()
/kernel/linux/linux-5.10/crypto/
H A Dgcm.c228 be128 lengths; in gcm_hash_len() local
230 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_hash_len()
231 lengths.b = cpu_to_be64(gctx->cryptlen * 8); in gcm_hash_len()
232 memcpy(pctx->iauth_tag, &lengths, 16); in gcm_hash_len()
236 pctx->iauth_tag, sizeof(lengths)); in gcm_hash_len()
/kernel/linux/linux-6.6/crypto/
H A Dgcm.c228 be128 lengths; in gcm_hash_len() local
230 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_hash_len()
231 lengths.b = cpu_to_be64(gctx->cryptlen * 8); in gcm_hash_len()
232 memcpy(pctx->iauth_tag, &lengths, 16); in gcm_hash_len()
236 pctx->iauth_tag, sizeof(lengths)); in gcm_hash_len()
/kernel/linux/linux-5.10/arch/sparc/lib/
H A Dchecksum_32.S325 bne cc_dword_align ! yes, we check for short lengths there
/kernel/linux/linux-6.6/arch/sparc/lib/
H A Dchecksum_32.S318 bne cc_dword_align ! yes, we check for short lengths there
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_init.c3700 static const char * const lengths[] = { "(10km)", "(5km)", "" }; in qla24xx_detect_sfp() local
3742 ha->flags.lr_detected ? lengths[ha->lr_distance] : in qla24xx_detect_sfp()
3743 lengths[LR_DISTANCE_UNKNOWN], in qla24xx_detect_sfp()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_init.c4137 static const char * const lengths[] = { "(10km)", "(5km)", "" }; in qla24xx_detect_sfp() local
4179 ha->flags.lr_detected ? lengths[ha->lr_distance] : in qla24xx_detect_sfp()
4180 lengths[LR_DISTANCE_UNKNOWN], in qla24xx_detect_sfp()
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2981 # modes and thus can have several different total instruction lengths.
H A Dfpsp.S2982 # modes and thus can have several different total instruction lengths.
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2981 # modes and thus can have several different total instruction lengths.
H A Dfpsp.S2982 # modes and thus can have several different total instruction lengths.

Completed in 109 milliseconds