Searched refs:enc_buf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
H A D | auth_x.c | 504 void *enc_buf = xi->auth_authorizer.enc_buf; in ceph_x_build_request() local 505 struct ceph_x_challenge_blob *blob = enc_buf + in ceph_x_build_request() 519 ret = ceph_x_encrypt(&xi->secret, enc_buf, CEPHX_AU_ENC_BUF_LEN, in ceph_x_build_request() 526 for (u = (u64 *)enc_buf; u + 1 <= (u64 *)(enc_buf + ret); u++) in ceph_x_build_request() 653 auth->authorizer_reply_buf = au->enc_buf; in ceph_x_create_authorizer() 733 void *p = au->enc_buf; in ceph_x_verify_authorizer_reply() 808 void *enc_buf = au->enc_buf; in calc_signature() local [all...] |
H A D | auth_x.h | 37 char enc_buf[CEPHX_AU_ENC_BUF_LEN] __aligned(8);
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | auth_x.c | 508 void *enc_buf = xi->auth_authorizer.enc_buf; in ceph_x_build_request() local 509 struct ceph_x_challenge_blob *blob = enc_buf + in ceph_x_build_request() 524 ret = ceph_x_encrypt(&xi->secret, enc_buf, CEPHX_AU_ENC_BUF_LEN, in ceph_x_build_request() 531 for (u = (u64 *)enc_buf; u + 1 <= (u64 *)(enc_buf + ret); u++) in ceph_x_build_request() 761 auth->authorizer_reply_buf = au->enc_buf; in ceph_x_create_authorizer() 965 void *enc_buf = au->enc_buf; in calc_signature() local 975 } __packed *sigblock = enc_buf in calc_signature() [all...] |
H A D | auth_x.h | 37 char enc_buf[CEPHX_AU_ENC_BUF_LEN] __aligned(8);
|
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/ |
H A D | solo6x10-v4l2-enc.c | 507 struct vb2_buffer *vb, struct solo_enc_buf *enc_buf) in solo_enc_fillbuf() 510 const vop_header *vh = enc_buf->vh; in solo_enc_fillbuf() 528 if (solo_is_motion_on(solo_enc) && enc_buf->motion) { in solo_enc_fillbuf() 535 .region_mask = enc_buf->motion ? 1 : 0, in solo_enc_fillbuf() 549 struct solo_enc_buf *enc_buf) in solo_enc_handle_one() 555 if (solo_enc->type != enc_buf->type) in solo_enc_handle_one() 568 solo_enc_fillbuf(solo_enc, &vb->vb.vb2_buf, enc_buf); in solo_enc_handle_one() 582 struct solo_enc_buf enc_buf; in solo_handle_ring() local 601 enc_buf.type = SOLO_ENC_TYPE_EXT; in solo_handle_ring() 603 enc_buf in solo_handle_ring() 506 solo_enc_fillbuf(struct solo_enc_dev *solo_enc, struct vb2_buffer *vb, struct solo_enc_buf *enc_buf) solo_enc_fillbuf() argument 548 solo_enc_handle_one(struct solo_enc_dev *solo_enc, struct solo_enc_buf *enc_buf) solo_enc_handle_one() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/solo6x10/ |
H A D | solo6x10-v4l2-enc.c | 507 struct vb2_buffer *vb, struct solo_enc_buf *enc_buf) in solo_enc_fillbuf() 510 const vop_header *vh = enc_buf->vh; in solo_enc_fillbuf() 528 if (solo_is_motion_on(solo_enc) && enc_buf->motion) { in solo_enc_fillbuf() 535 .region_mask = enc_buf->motion ? 1 : 0, in solo_enc_fillbuf() 549 struct solo_enc_buf *enc_buf) in solo_enc_handle_one() 555 if (solo_enc->type != enc_buf->type) in solo_enc_handle_one() 568 solo_enc_fillbuf(solo_enc, &vb->vb.vb2_buf, enc_buf); in solo_enc_handle_one() 582 struct solo_enc_buf enc_buf; in solo_handle_ring() local 601 enc_buf.type = SOLO_ENC_TYPE_EXT; in solo_handle_ring() 603 enc_buf in solo_handle_ring() 506 solo_enc_fillbuf(struct solo_enc_dev *solo_enc, struct vb2_buffer *vb, struct solo_enc_buf *enc_buf) solo_enc_fillbuf() argument 548 solo_enc_handle_one(struct solo_enc_dev *solo_enc, struct solo_enc_buf *enc_buf) solo_enc_handle_one() argument [all...] |
Completed in 6 milliseconds