| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | rsautl.c | 218 rsa_in = app_malloc(keysize * 2, "hold rsa key"); 219 rsa_out = app_malloc(keysize, "output rsa key");
|
| H A D | engine.c | 58 p = *buf = app_malloc(*size, "engine buffer"); 176 name = app_malloc(len + 1, "name buffer"); 185 desc = app_malloc(len + 1, "description buffer");
|
| H A D | rehash.c | 138 bp = app_malloc(sizeof(*bp), "hash bucket"); in add_entry() 168 ep = app_malloc(sizeof(*ep), "collision bucket"); in add_entry() 341 buf = app_malloc(buflen, "filename buffer"); in do_dir()
|
| H A D | ecparam.c | 183 curves = app_malloc((int)sizeof(*curves) * crv_len, "list curves"); 334 buffer = app_malloc(buf_len, "BN buffer");
|
| H A D | dgst.c | 96 buf = app_malloc(BUFSIZE, "I/O buffer"); in dgst_main() 352 sigbuf = app_malloc(siglen, "signature buffer"); in dgst_main()
|
| H A D | s_cb.c | 350 groups = app_malloc(ngroups * sizeof(int), "groups to print"); in ssl_print_groups() 784 buffer = app_malloc(length, "cookie generate buffer"); in generate_cookie_callback() 951 SSL_EXCERT *exc = app_malloc(sizeof(*exc), "prepend cert"); in ssl_excert_prepend() 1135 cp = out = app_malloc(ilen, "TLSA hex data buffer"); in hexencode()
|
| H A D | enc.c | 318 strbuf = app_malloc(SIZE, "strbuf"); in enc_main() 319 buff = app_malloc(EVP_ENCODE_LENGTH(bsize), "evp buffer"); in enc_main()
|
| H A D | s_server.c | 331 wbuf = app_malloc(sizeof(*wbuf) + 1024, "ebcdic wbuf"); in ebcdic_new() 389 wbuf = app_malloc(sizeof(*wbuf) + num, "grow ebcdic wbuf"); in ebcdic_write() 2252 buf = app_malloc(bufsize, "server buffer"); in sv_body() 2914 exportedkeymat = app_malloc(keymatexportlen, "export key"); in print_connection_info() 2965 buf = app_malloc(bufsize, "server www buffer"); in www_body() 3343 buf = app_malloc(bufsize, "server rev buffer"); in rev_body() 3535 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session() 3547 sess->der = app_malloc(sess->derlen, "get session buffer"); in add_session()
|
| H A D | dsaparam.c | 180 data = app_malloc(len + 20, "BN space");
|
| H A D | ca.c | 1860 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() 2240 a_tm_s = app_malloc(a_tm->length + 1, "time string"); in do_updatedb() 2380 str = app_malloc(i, "revocation reason"); in make_revocation_str()
|
| H A D | speed.c | 1780 app_malloc(loopargs_len * sizeof(loopargs_t), "array of loopargs"); in speed_main() 1796 loopargs[i].buf_malloc = app_malloc(buflen, "input buffer"); in speed_main() 1797 loopargs[i].buf2_malloc = app_malloc(buflen, "input buffer"); in speed_main() 1805 loopargs[i].secret_a = app_malloc(MAX_ECDH_SIZE, "ECDH secret a"); in speed_main() 1806 loopargs[i].secret_b = app_malloc(MAX_ECDH_SIZE, "ECDH secret b"); in speed_main() 2646 loopargs[k].key = app_malloc(keylen, "evp_cipher key"); in speed_main() 3472 fds = app_malloc(sizeof(*fds) * multi, "fd buffer for do_multi"); in do_multi() 3627 inp = app_malloc(mblengths[num - 1], "multiblock input buffer"); in multiblock_speed() 3628 out = app_malloc(mblengths[num - 1] + 1024, "multiblock output buffer"); in multiblock_speed() 3633 key = app_malloc(keylen, "evp_cipher key"); in multiblock_speed()
|
| H A D | apps.c | 82 arg->argv = app_malloc(sizeof(*arg->argv) * arg->size, "argv space"); in chopup_args() 323 buff = app_malloc(bufsiz, "password buffer"); in password_callback() 955 void* app_malloc(int sz, const char *what) in app_malloc() function 1573 retdb = app_malloc(sizeof(*retdb), "new DB"); in load_index() 1970 out = app_malloc(strlen(in) + 1, "NPN buffer"); in next_protos_parse() 2681 fds = app_malloc(sizeof(OSSL_ASYNC_FD) * numfds, "allocate async fds"); in wait_for_async()
|
| H A D | s_client.c | 354 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() 1009 cbuf = app_malloc(BUFSIZZ, "cbuf"); in s_client_main() 1010 sbuf = app_malloc(BUFSIZZ, "sbuf"); in s_client_main() 1011 mbuf = app_malloc(BUFSIZZ, "mbuf"); in s_client_main() 3348 exportedkeymat = app_malloc(keymatexportlen, "export key"); in print_stuff()
|
| H A D | dhparam.c | 311 data = app_malloc(len, "print a BN");
|
| H A D | passwd.c | 224 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 D | ts.c | 498 *md_value = app_malloc(md_value_len, "digest buffer"); 544 nonce->data = app_malloc(nonce->length + 1, "nonce buffer");
|
| H A D | pkeyutl.c | 328 buf_out = app_malloc(buf_outlen, "buffer output"); in pkeyutl_main()
|
| H A D | apps.h | 529 void* app_malloc(int sz, const char *what);
|
| H A D | x509.c | 750 m = app_malloc(len, "x509 name buffer"); in x509_main() 922 buf = app_malloc(len + sizeof(POSTFIX), "serial# buffer"); in x509_load_serial()
|
| H A D | srp.c | 100 irow = app_malloc(sizeof(*irow) * (DB_NUMBER + 1), "row pointers");
|
| H A D | openssl.c | 109 p = app_malloc(len, "config filename buffer"); in make_config_name()
|
| H A D | cms.c | 547 nparam = app_malloc(sizeof(*nparam), "key param buffer"); in cms_main()
|
| H A D | ocsp.c | 927 kidpids = app_malloc(multi * sizeof(*kidpids), "child PID array");
|