Home | History | Annotate | Download | only in crypto

Lines Matching defs:out

399 		       int skip_keyblock, u8 *out, size_t out_len)
403 u8 *_out = out;
430 os_memcpy(out, _out + skip, out_len);
456 struct wpabuf *out;
468 out = wpabuf_alloc_ext_data(res, res_len);
469 if (out == NULL) {
484 return out;
499 struct wpabuf *out;
513 out = wpabuf_alloc_ext_data(res, res_len);
514 if (out == NULL) {
519 return out;