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

/linux-master/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))
147 be128 __aligned(8) lengths;
151 lengths.a = cpu_to_be64(req->assoclen * 8);
152 lengths.b = cpu_to_be64(walk->total * 8);
171 (const u8 *)&lengths);
191 (const u8 *)&lengths);
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)) argument
H A Dghash-ce-glue.c343 be128 lengths; local
347 lengths.a = cpu_to_be64(assoclen * 8);
348 lengths.b = cpu_to_be64(req->cryptlen * 8);
362 tag = (u8 *)&lengths;
408 be128 lengths; local
413 lengths.a = cpu_to_be64(assoclen * 8);
414 lengths.b = cpu_to_be64((req->cryptlen - authsize) * 8);
432 tag = (u8 *)&lengths;
/linux-master/fs/orangefs/
H A Dxattr.c468 if (new_op->downcall.resp.listxattr.lengths[i] < 0 ||
469 new_op->downcall.resp.listxattr.lengths[i] >
471 gossip_err("%s: impossible value for lengths[%d]\n",
473 new_op->downcall.resp.listxattr.lengths[i]);
477 if (total + new_op->downcall.resp.listxattr.lengths[i] > size)
488 listxattr.lengths[i])) {
494 new_op->downcall.resp.listxattr.lengths[i]);
495 total += new_op->downcall.resp.listxattr.lengths[i];
502 key_size += new_op->downcall.resp.listxattr.lengths[i];
H A Ddowncall.h73 __s32 lengths[ORANGEFS_MAX_XATTR_LISTLEN]; member in struct:orangefs_listxattr_response
/linux-master/lib/
H A Dbuild_OID_registry42 # Split the data up into separate lists and also determine the lengths of the
46 my @lengths = ();
65 push @lengths, $size;
/linux-master/arch/arm/crypto/
H A Dghash-ce-glue.c498 be128 lengths; local
543 lengths.a = cpu_to_be64(assoclen * 8);
544 lengths.b = cpu_to_be64(req->cryptlen * 8);
546 tag = (u8 *)&lengths;
590 be128 lengths; local
638 lengths.a = cpu_to_be64(assoclen * 8);
639 lengths.b = cpu_to_be64((req->cryptlen - authsize) * 8);
641 tag = (u8 *)&lengths;
/linux-master/tools/mm/
H A Dthpmaps109 lengths = (np.diff(vec) + self.element_size).reshape(len(vec))
110 buf = bytearray(int(np.sum(lengths)))
113 for offset, length in zip(offsets, lengths):
/linux-master/crypto/
H A Dgcm.c228 be128 lengths; local
230 lengths.a = cpu_to_be64(req->assoclen * 8);
231 lengths.b = cpu_to_be64(gctx->cryptlen * 8);
232 memcpy(pctx->iauth_tag, &lengths, 16);
236 pctx->iauth_tag, sizeof(lengths));
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S318 bne cc_dword_align ! yes, we check for short lengths there
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c4149 static const char * const lengths[] = { "(10km)", "(5km)", "" }; local
4191 ha->flags.lr_detected ? lengths[ha->lr_distance] :
4192 lengths[LR_DISTANCE_UNKNOWN],
/linux-master/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 293 milliseconds