Searched refs:len_out (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_crypto.c | 361 uint8_t **restrict outbuf, size_t *restrict len_out) in get_key_interactive() argument 419 *len_out = buflen; in get_key_interactive() 425 uint8_t **buf, size_t *len_out) in get_key_material_raw() argument 430 *len_out = 0; in get_key_material_raw() 449 *len_out = bytes; in get_key_material_raw() 475 *len_out = n; in get_key_material_raw() 484 uint8_t **restrict buf, size_t *restrict len_out) in get_key_material_file() argument 501 ret = get_key_material_raw(f, keyformat, buf, len_out); in get_key_material_file() 511 uint8_t **restrict buf, size_t *restrict len_out) in get_key_material_https() argument 672 ret = get_key_material_raw(key, keyformat, buf, len_out); in get_key_material_https()
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_lib.c | 919 unsigned char **data, long *len_out, unsigned int flags) in PEM_read_bio_ex() argument 928 *len_out = 0; in PEM_read_bio_ex() 984 *len_out = len; in PEM_read_bio_ex()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | util-internal.h | 297 int evutil_read_file_(const char *filename, char **content_out, size_t *len_out,
|
H A D | evutil.c | 145 evutil_read_file_(const char *filename, char **content_out, size_t *len_out, in evutil_read_file_() argument 155 EVUTIL_ASSERT(len_out); in evutil_read_file_() 157 *len_out = 0; in evutil_read_file_() 196 *len_out = read_so_far; in evutil_read_file_()
|
H A D | evdns.c | 3649 size_t len_out; in evdns_get_default_hosts_filename() local 3653 len_out = strlen(path)+strlen(hostfile)+1; in evdns_get_default_hosts_filename() 3654 path_out = mm_malloc(len_out); in evdns_get_default_hosts_filename() 3655 evutil_snprintf(path_out, len_out, "%s%s", path, hostfile); in evdns_get_default_hosts_filename()
|
/freebsd/contrib/libevent/ |
H A D | util-internal.h | 297 int evutil_read_file_(const char *filename, char **content_out, size_t *len_out,
|
H A D | evutil.c | 145 evutil_read_file_(const char *filename, char **content_out, size_t *len_out, in evutil_read_file_() argument 155 EVUTIL_ASSERT(len_out); in evutil_read_file_() 157 *len_out = 0; in evutil_read_file_() 196 *len_out = read_so_far; in evutil_read_file_()
|
H A D | evdns.c | 3649 size_t len_out; in evdns_get_default_hosts_filename() local 3653 len_out = strlen(path)+strlen(hostfile)+1; in evdns_get_default_hosts_filename() 3654 path_out = mm_malloc(len_out); in evdns_get_default_hosts_filename() 3655 evutil_snprintf(path_out, len_out, "%s%s", path, hostfile); in evdns_get_default_hosts_filename()
|