Symbol: app_malloc
crypto/openssl/apps/ca.c
1947
row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate");
crypto/openssl/apps/ca.c
1958
irow = app_malloc(sizeof(*irow) * (DB_NUMBER + 1), "row space");
crypto/openssl/apps/ca.c
2176
row[DB_exp_date] = app_malloc(tm->length + 1, "row exp_data");
crypto/openssl/apps/ca.c
2187
irow = app_malloc(sizeof(*irow) * (DB_NUMBER + 1), "row ptr");
crypto/openssl/apps/ca.c
2251
row[DB_serial] = app_malloc(serial_len + 2, "row serial#");
crypto/openssl/apps/ca.c
2452
str = app_malloc(i, "revocation reason");
crypto/openssl/apps/cmp.c
3437
char *buf = app_malloc(OSSL_CMP_PKISI_BUFLEN, "PKIStatusInfo buf");
crypto/openssl/apps/cms.c
733
nparam = app_malloc(sizeof(*nparam), "key param buffer");
crypto/openssl/apps/dgst.c
137
buf = app_malloc(BUFSIZE, "I/O buffer");
crypto/openssl/apps/dgst.c
431
sigbuf = app_malloc(siglen, "signature buffer");
crypto/openssl/apps/dgst.c
571
file_cpy = app_malloc(mem_len, file);
crypto/openssl/apps/dgst.c
676
allocated_buf = app_malloc(len, "Signature buffer");
crypto/openssl/apps/dgst.c
688
allocated_buf = app_malloc(len, "Digest buffer");
crypto/openssl/apps/dgst.c
744
sig = app_malloc(len, "Signature buffer");
crypto/openssl/apps/ecparam.c
86
curves = app_malloc((int)sizeof(*curves) * crv_len, "list curves");
crypto/openssl/apps/enc.c
415
strbuf = app_malloc(SIZE, "strbuf");
crypto/openssl/apps/enc.c
416
buff = app_malloc(EVP_ENCODE_LENGTH(bsize), "evp buffer");
crypto/openssl/apps/engine.c
186
name = app_malloc(len + 1, "name buffer");
crypto/openssl/apps/engine.c
197
desc = app_malloc(len + 1, "description buffer");
crypto/openssl/apps/engine.c
70
p = *buf = app_malloc(*size, "engine buffer");
crypto/openssl/apps/fipsinstall.c
857
read_buffer = app_malloc(BUFSIZE, "I/O buffer");
crypto/openssl/apps/include/apps.h
230
void *app_malloc(size_t sz, const char *what);
crypto/openssl/apps/kdf.c
182
dkm_bytes = app_malloc(dkm_len, "out buffer");
crypto/openssl/apps/kdf.c
67
res = app_malloc(len, "algorithm name");
crypto/openssl/apps/lib/apps.c
1702
retdb = app_malloc(sizeof(*retdb), "new DB");
crypto/openssl/apps/lib/apps.c
2133
out = app_malloc(len + 1, "NPN buffer");
crypto/openssl/apps/lib/apps.c
3240
fds = app_malloc(sizeof(OSSL_ASYNC_FD) * numfds, "allocate async fds");
crypto/openssl/apps/lib/http_server.c
95
kidpids = app_malloc(n_responders * sizeof(*kidpids), "child PID array");
crypto/openssl/apps/lib/s_cb.c
1059
SSL_EXCERT *exc = app_malloc(sizeof(*exc), "prepend cert");
crypto/openssl/apps/lib/s_cb.c
1243
cp = out = app_malloc(ilen, "TLSA hex data buffer");
crypto/openssl/apps/lib/s_cb.c
390
groups = app_malloc(ngroups * sizeof(int), "groups to print");
crypto/openssl/apps/lib/s_cb.c
881
buffer = app_malloc(length, "cookie generate buffer");
crypto/openssl/apps/lib/tlssrp_depr.c
101
char *pass = app_malloc(PWD_STRLEN + 1, "SRP password buffer");
crypto/openssl/apps/mac.c
70
res = app_malloc(len, "algorithm name");
crypto/openssl/apps/mac.c
98
buf = app_malloc(BUFSIZE, "I/O buffer");
crypto/openssl/apps/passwd.c
236
passwd = passwd_malloc = app_malloc(passwd_malloc_size, "password buffer");
crypto/openssl/apps/passwd.c
805
*salt_p = *salt_malloc_p = app_malloc(saltlen + 1, "salt buffer");
crypto/openssl/apps/pkeyutl.c
588
buf_out = app_malloc(buf_outlen, "buffer output");
crypto/openssl/apps/pkeyutl.c
590
secret = app_malloc(secretlen, "secret output");
crypto/openssl/apps/pkeyutl.c
875
mbuf = app_malloc(filesize, "oneshot sign/verify buffer");
crypto/openssl/apps/pkeyutl.c
893
*out = app_malloc(*poutlen, "buffer output");
crypto/openssl/apps/pkeyutl.c
936
*out = app_malloc(*poutlen, "buffer output");
crypto/openssl/apps/rand.c
201
buf = app_malloc(buflen, "buffer for output file");
crypto/openssl/apps/rehash.c
134
bp = app_malloc(sizeof(*bp), "hash bucket");
crypto/openssl/apps/rehash.c
164
ep = app_malloc(sizeof(*ep), "collision bucket");
crypto/openssl/apps/rehash.c
398
buf = app_malloc(buflen, "filename buffer");
crypto/openssl/apps/rsautl.c
234
rsa_in = app_malloc(keysize * 2, "hold rsa key");
crypto/openssl/apps/rsautl.c
235
rsa_out = app_malloc(keysize, "output rsa key");
crypto/openssl/apps/s_client.c
1074
cbuf = app_malloc(BUFSIZZ, "cbuf");
crypto/openssl/apps/s_client.c
1075
sbuf = app_malloc(BUFSIZZ, "sbuf");
crypto/openssl/apps/s_client.c
1076
mbuf = app_malloc(BUFSIZZ, "mbuf");
crypto/openssl/apps/s_client.c
347
unsigned char *ret = app_malloc(strlen(in) / 2, "hexdecode");
crypto/openssl/apps/s_client.c
3688
exportedkeymat = app_malloc(keymatexportlen, "export key");
crypto/openssl/apps/s_server.c
2560
buf = app_malloc(bufsize, "server buffer");
crypto/openssl/apps/s_server.c
297
wbuf = app_malloc(sizeof(*wbuf) + 1024, "ebcdic wbuf");
crypto/openssl/apps/s_server.c
3229
exportedkeymat = app_malloc(keymatexportlen, "export key");
crypto/openssl/apps/s_server.c
3281
p = buf = app_malloc(bufsize + 1, "server www buffer");
crypto/openssl/apps/s_server.c
355
wbuf = app_malloc(sizeof(*wbuf) + num, "grow ebcdic wbuf");
crypto/openssl/apps/s_server.c
3748
buf = app_malloc(bufsize + 1, "server rev buffer");
crypto/openssl/apps/s_server.c
3937
simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session");
crypto/openssl/apps/s_server.c
3949
sess->der = app_malloc(sess->derlen, "get session buffer");
crypto/openssl/apps/speed.c
1564
unsigned char *sig = app_malloc(tempargs->sig_max_sig_len[testnum],
crypto/openssl/apps/speed.c
2566
loopargs = app_malloc(loopargs_len * sizeof(loopargs_t), "array of loopargs");
crypto/openssl/apps/speed.c
2586
loopargs[i].buf_malloc = app_malloc(buflen, "input buffer");
crypto/openssl/apps/speed.c
2587
loopargs[i].buf2_malloc = app_malloc(buflen, "input buffer");
crypto/openssl/apps/speed.c
2594
loopargs[i].secret_a = app_malloc(MAX_ECDH_SIZE, "ECDH secret a");
crypto/openssl/apps/speed.c
2595
loopargs[i].secret_b = app_malloc(MAX_ECDH_SIZE, "ECDH secret b");
crypto/openssl/apps/speed.c
2597
loopargs[i].secret_ff_a = app_malloc(MAX_FFDH_SIZE, "FFDH secret a");
crypto/openssl/apps/speed.c
2598
loopargs[i].secret_ff_b = app_malloc(MAX_FFDH_SIZE, "FFDH secret b");
crypto/openssl/apps/speed.c
2804
evp_hmac_name = app_malloc(hmac_name_len, "HMAC name");
crypto/openssl/apps/speed.c
3059
loopargs[k].key = app_malloc(keylen, "evp_cipher key");
crypto/openssl/apps/speed.c
3211
evp_cmac_name = app_malloc(len, "CMAC name");
crypto/openssl/apps/speed.c
4204
out = app_malloc(out_len, "encaps result");
crypto/openssl/apps/speed.c
4205
send_secret = app_malloc(send_secret_len, "encaps secret");
crypto/openssl/apps/speed.c
4236
rcv_secret = app_malloc(rcv_secret_len, "KEM decaps secret");
crypto/openssl/apps/speed.c
4421
sig = app_malloc(sig_len = max_sig_len, "signature buffer");
crypto/openssl/apps/speed.c
4947
fds = app_malloc(sizeof(*fds) * multi, "fd buffer for do_multi");
crypto/openssl/apps/speed.c
5166
inp = app_malloc(mblengths[num - 1], "multiblock input buffer");
crypto/openssl/apps/speed.c
5167
out = app_malloc(mblengths[num - 1] + 1024, "multiblock output buffer");
crypto/openssl/apps/speed.c
5177
key = app_malloc(keylen, "evp_cipher key");
crypto/openssl/apps/srp.c
98
irow = app_malloc(sizeof(*irow) * (DB_NUMBER + 1), "row pointers");
crypto/openssl/apps/ts.c
546
*md_value = app_malloc(md_value_len, "digest buffer");
crypto/openssl/apps/ts.c
597
nonce->data = app_malloc(nonce->length + 1, "nonce buffer");
crypto/openssl/apps/x509.c
1205
buf = app_malloc(len + sizeof(POSTFIX), "serial# buffer");