Searched refs:key_sz (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | qat_asym_algs.c | 120 unsigned int key_sz; member 564 dma_free_coherent(dev, req->ctx.rsa->key_sz, req->src_align, in qat_rsa_cb() 567 dma_unmap_single(dev, req->in.rsa.enc.m, req->ctx.rsa->key_sz, in qat_rsa_cb() 570 areq->dst_len = req->ctx.rsa->key_sz; in qat_rsa_cb() 575 dma_free_coherent(dev, req->ctx.rsa->key_sz, req->dst_align, in qat_rsa_cb() 578 dma_unmap_single(dev, req->out.rsa.enc.c, req->ctx.rsa->key_sz, in qat_rsa_cb() 700 if (req->dst_len < ctx->key_sz) { in qat_rsa_enc() 701 req->dst_len = ctx->key_sz; in qat_rsa_enc() 707 msg->pke_hdr.cd_pars.func_id = qat_rsa_enc_fn_id(ctx->key_sz); in qat_rsa_enc() 730 if (sg_is_last(req->src) && req->src_len == ctx->key_sz) { in qat_rsa_enc() [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/include/linux/ |
D | chash.h | 110 #define DECLARE_CHASH_TABLE(table, bts, key_sz, val_sz) \ argument 111 STRUCT_CHASH_TABLE(bts, key_sz, val_sz) table 127 #define __CHASH_TABLE_INIT(prefix, data, bts, key_sz, val_sz) \ argument 129 prefix.key_size = (key_sz), \ 139 __CHASH_ARRAY_SIZE(bts, key_sz)] \ 151 #define DEFINE_CHASH_TABLE(tbl, bts, key_sz, val_sz) \ argument 152 DECLARE_CHASH_TABLE(tbl, bts, key_sz, val_sz) = { \ 154 __CHASH_TABLE_INIT(, (tbl).data, bts, key_sz, val_sz) \ 166 #define INIT_CHASH_TABLE(tbl, bts, key_sz, val_sz) \ argument 167 __CHASH_TABLE_INIT(((tbl).table), (tbl).data, bts, key_sz, val_sz)
|
/Linux-v4.19/fs/orangefs/ |
D | xattr.c | 108 new_op->upcall.req.getxattr.key_sz = strlen(name) + 1; in orangefs_inode_getxattr() 154 upcall.req.getxattr.key_sz, in orangefs_inode_getxattr() 188 new_op->upcall.req.removexattr.key_sz = strlen(name) + 1; in orangefs_inode_removexattr() 193 (int)new_op->upcall.req.removexattr.key_sz); in orangefs_inode_removexattr() 269 new_op->upcall.req.setxattr.keyval.key_sz = strlen(name) + 1; in orangefs_inode_setxattr() 277 (int)new_op->upcall.req.setxattr.keyval.key_sz, in orangefs_inode_setxattr()
|
D | upcall.h | 118 __s32 key_sz; member 139 __s32 key_sz; member
|
D | protocol.h | 219 __s32 key_sz; /* __s32 for portable, fixed-size structures */ member
|