Home | History | Annotate | Download | only in crypto

Lines Matching refs:buf_len

33 	size_t buf_len;
39 buf_len = nonce_len;
41 buf_len = data_len;
42 if (hdr_len > buf_len)
43 buf_len = hdr_len;
44 buf_len += 16;
46 buf = os_malloc(buf_len);
97 size_t buf_len;
103 buf_len = nonce_len;
105 buf_len = data_len;
106 if (hdr_len > buf_len)
107 buf_len = hdr_len;
108 buf_len += 16;
110 buf = os_malloc(buf_len);