Home
last modified time | relevance | path

Searched refs:app_malloc (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/crypto/openssl/apps/
H A Ddgst.c105 buf = app_malloc(BUFSIZE, "I/O buffer"); in dgst_main()
370 sigbuf = app_malloc(siglen, "signature buffer"); in dgst_main()
480 file_cpy = app_malloc(mem_len, file); in newline_escape_filename()
542 sigbuf = app_malloc(len, "Signature buffer"); in do_fp()
H A Drsautl.c214 rsa_in = app_malloc(keysize * 2, "hold rsa key"); in rsautl_main()
215 rsa_out = app_malloc(keysize, "output rsa key"); in rsautl_main()
H A Dengine.c54 p = *buf = app_malloc(*size, "engine buffer"); in append_buf()
172 name = app_malloc(len + 1, "name buffer"); in util_verbose()
181 desc = app_malloc(len + 1, "description buffer"); in util_verbose()
H A Drehash.c138 bp = app_malloc(sizeof(*bp), "hash bucket"); in add_entry()
168 ep = app_malloc(sizeof(*ep), "collision bucket"); in add_entry()
349 buf = app_malloc(buflen, "filename buffer"); in do_dir()
H A Decparam.c179 curves = app_malloc((int)sizeof(*curves) * crv_len, "list curves"); in ecparam_main()
330 buffer = app_malloc(buf_len, "BN buffer"); in ecparam_main()
H A Ds_cb.c351 groups = app_malloc(ngroups * sizeof(int), "groups to print"); in ssl_print_groups()
785 buffer = app_malloc(length, "cookie generate buffer"); in generate_cookie_callback()
955 SSL_EXCERT *exc = app_malloc(sizeof(*exc), "prepend cert"); in ssl_excert_prepend()
1139 cp = out = app_malloc(ilen, "TLSA hex data buffer"); in hexencode()
H A Denc.c319 strbuf = app_malloc(SIZE, "strbuf"); in enc_main()
320 buff = app_malloc(EVP_ENCODE_LENGTH(bsize), "evp buffer"); in enc_main()
H A Ddsaparam.c176 data = app_malloc(len + 20, "BN space"); in dsaparam_main()
H A Ds_server.c339 wbuf = app_malloc(sizeof(*wbuf) + 1024, "ebcdic wbuf"); in ebcdic_new()
397 wbuf = app_malloc(sizeof(*wbuf) + num, "grow ebcdic wbuf"); in ebcdic_write()
2260 buf = app_malloc(bufsize, "server buffer"); in sv_body()
2922 exportedkeymat = app_malloc(keymatexportlen, "export key"); in print_connection_info()
2979 buf = app_malloc(bufsize, "server www buffer"); in www_body()
3363 buf = app_malloc(bufsize, "server rev buffer"); in rev_body()
3555 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session()
3567 sess->der = app_malloc(sess->derlen, "get session buffer"); in add_session()
H A Dspeed.c1782 app_malloc(loopargs_len * sizeof(loopargs_t), "array of loopargs"); in speed_main()
1798 loopargs[i].buf_malloc = app_malloc(buflen, "input buffer"); in speed_main()
1799 loopargs[i].buf2_malloc = app_malloc(buflen, "input buffer"); in speed_main()
1807 loopargs[i].secret_a = app_malloc(MAX_ECDH_SIZE, "ECDH secret a"); in speed_main()
1808 loopargs[i].secret_b = app_malloc(MAX_ECDH_SIZE, "ECDH secret b"); in speed_main()
2648 loopargs[k].key = app_malloc(keylen, "evp_cipher key"); in speed_main()
3476 fds = app_malloc(sizeof(*fds) * multi, "fd buffer for do_multi"); in do_multi()
3632 inp = app_malloc(mblengths[num - 1], "multiblock input buffer"); in multiblock_speed()
3633 out = app_malloc(mblengths[num - 1] + 1024, "multiblock output buffer"); in multiblock_speed()
3638 key = app_malloc(keylen, "evp_cipher key"); in multiblock_speed()
H A Dapps.c82 arg->argv = app_malloc(sizeof(*arg->argv) * arg->size, "argv space"); in chopup_args()
329 buff = app_malloc(bufsiz, "password buffer"); in password_callback()
961 void* app_malloc(int sz, const char *what) in app_malloc() function
1579 retdb = app_malloc(sizeof(*retdb), "new DB"); in load_index()
1977 out = app_malloc(len + 1, "NPN buffer"); in next_protos_parse()
2707 fds = app_malloc(sizeof(OSSL_ASYNC_FD) * numfds, "allocate async fds"); in wait_for_async()
H A Ddhparam.c307 data = app_malloc(len, "print a BN"); in dhparam_main()
H A Dca.c1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1871 irow = app_malloc(sizeof(*irow) * (DB_NUMBER + 1), "row space"); in do_body()
2093 row[DB_exp_date] = app_malloc(tm->length + 1, "row exp_data"); in do_revoke()
2104 irow = app_malloc(sizeof(*irow) * (DB_NUMBER + 1), "row ptr"); in do_revoke()
2168 row[DB_serial] = app_malloc(serial_len + 2, "row serial#"); in get_certificate_status()
2369 str = app_malloc(i, "revocation reason"); in make_revocation_str()
H A Dpasswd.c224 app_malloc(passwd_malloc_size, "password buffer"); in passwd_main()
802 *salt_p = *salt_malloc_p = app_malloc(saltlen + 1, "salt buffer"); in do_passwd()
H A Ds_client.c354 char *pass = app_malloc(PWD_STRLEN + 1, "SRP password buffer"); in ssl_give_srp_client_pwd_cb()
436 unsigned char *ret = app_malloc(strlen(in) / 2, "hexdecode"); in hexdecode()
1010 cbuf = app_malloc(BUFSIZZ, "cbuf"); in s_client_main()
1011 sbuf = app_malloc(BUFSIZZ, "sbuf"); in s_client_main()
1012 mbuf = app_malloc(BUFSIZZ, "mbuf"); in s_client_main()
3387 exportedkeymat = app_malloc(keymatexportlen, "export key"); in print_stuff()
H A Dts.c496 *md_value = app_malloc(md_value_len, "digest buffer"); in create_digest()
542 nonce->data = app_malloc(nonce->length + 1, "nonce buffer"); in create_nonce()
H A Dpkeyutl.c327 buf_out = app_malloc(buf_outlen, "buffer output"); in pkeyutl_main()
H A Dapps.h529 void* app_malloc(int sz, const char *what);
H A Dx509.c752 m = app_malloc(len, "x509 name buffer"); in x509_main()
924 buf = app_malloc(len + sizeof(POSTFIX), "serial# buffer"); in x509_load_serial()
H A Dsrp.c96 irow = app_malloc(sizeof(*irow) * (DB_NUMBER + 1), "row pointers"); in update_index()
H A Dopenssl.c109 p = app_malloc(len, "config filename buffer"); in make_config_name()
H A Dcms.c547 nparam = app_malloc(sizeof(*nparam), "key param buffer"); in cms_main()
H A Docsp.c924 kidpids = app_malloc(multi * sizeof(*kidpids), "child PID array"); in spawn_loop()