Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/keys/
H A Ddh.c205 size_t outbuf_len = roundup(buflen, in keyctl_dh_compute_kdf() local
208 outbuf = kmalloc(outbuf_len, GFP_KERNEL); in keyctl_dh_compute_kdf()
214 ret = kdf_ctr(sdesc, kbuf, kbuflen, outbuf, outbuf_len, lzero); in keyctl_dh_compute_kdf()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpxe.c63 static int format_mac_pxe(char *outbuf, size_t outbuf_len) in format_mac_pxe() argument
67 if (outbuf_len < 21) { in format_mac_pxe()
68 printf("outbuf is too small (%zd < 21)\n", outbuf_len); in format_mac_pxe()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2pdu.c5072 int level, int outbuf_len, u64 persistent_fid, in build_qfs_info_req() argument
5097 outbuf_len + sizeof(struct smb2_query_info_rsp) - 1); in build_qfs_info_req()