Home
last modified time | relevance | path

Searched refs:enc_buf (Results 1 – 3 of 3) sorted by relevance

/linux/net/ceph/
H A Dauth_x.c555 void *enc_buf = xi->auth_authorizer.enc_buf; in ceph_x_build_request() local
567 blob = enc_buf + ceph_x_encrypt_offset(&xi->secret); in ceph_x_build_request()
571 blob = enc_buf + SHA256_DIGEST_SIZE; in ceph_x_build_request()
580 enc_buf, CEPHX_AU_ENC_BUF_LEN, in ceph_x_build_request()
586 enc_buf); in ceph_x_build_request()
592 for (u = (u64 *)enc_buf; u + 1 <= (u64 *)(enc_buf + ret); u++) in ceph_x_build_request()
826 auth->authorizer_reply_buf = au->enc_buf; in ceph_x_create_authorizer()
1033 void *enc_buf = au->enc_buf; in calc_signature() local
1043 } __packed *sigblock = enc_buf + in calc_signature()
1053 enc_buf, CEPHX_AU_ENC_BUF_LEN, in calc_signature()
[all …]
H A Dauth_x.h37 char enc_buf[CEPHX_AU_ENC_BUF_LEN] __aligned(8); member
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c507 struct vb2_buffer *vb, struct solo_enc_buf *enc_buf) in solo_enc_fillbuf() argument
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() argument
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.type = SOLO_ENC_TYPE_STD; in solo_handle_ring()
[all …]