| /src/crypto/external/apache2/openssl/dist/test/testutil/ |
| apps_shims.c | 16 void *app_malloc(size_t sz, const char *what) function 21 * This isn't ideal but it is what the app's app_malloc() does on failure.
|
| /src/crypto/external/bsd/openssl/dist/test/testutil/ |
| apps_shims.c | 16 void *app_malloc(size_t sz, const char *what) function 21 * This isn't ideal but it is what the app's app_malloc() does on failure.
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| vms_decc_argv.c | 12 #include "apps.h" /* for app_malloc() and copy_argv() */ 53 newargv = app_malloc(sizeof(*newargv) * (count + 1), "argv copy");
|
| rsautl.c | 214 rsa_in = app_malloc(keysize * 2, "hold rsa key"); 215 rsa_out = app_malloc(keysize, "output rsa key");
|
| engine.c | 54 p = *buf = app_malloc(*size, "engine buffer"); 172 name = app_malloc(len + 1, "name buffer"); 181 desc = app_malloc(len + 1, "description buffer");
|
| rehash.c | 138 bp = app_malloc(sizeof(*bp), "hash bucket"); 168 ep = app_malloc(sizeof(*ep), "collision bucket"); 349 buf = app_malloc(buflen, "filename buffer");
|
| dgst.c | 105 buf = app_malloc(BUFSIZE, "I/O buffer"); 370 sigbuf = app_malloc(siglen, "signature buffer"); 480 file_cpy = app_malloc(mem_len, file); 542 sigbuf = app_malloc(len, "Signature buffer");
|
| ecparam.c | 179 curves = app_malloc((int)sizeof(*curves) * crv_len, "list curves"); 330 buffer = app_malloc(buf_len, "BN buffer");
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| kdf.c | 67 res = app_malloc(len, "algorithm name"); 182 dkm_bytes = app_malloc(dkm_len, "out buffer");
|
| dgst.c | 137 buf = app_malloc(BUFSIZE, "I/O buffer"); 431 sigbuf = app_malloc(siglen, "signature buffer"); 571 file_cpy = app_malloc(mem_len, file); 676 allocated_buf = app_malloc(len, "Signature buffer"); 688 allocated_buf = app_malloc(len, "Digest buffer"); 744 sig = app_malloc(len, "Signature buffer");
|
| mac.c | 70 res = app_malloc(len, "algorithm name"); 98 buf = app_malloc(BUFSIZE, "I/O buffer");
|
| rsautl.c | 234 rsa_in = app_malloc(keysize * 2, "hold rsa key"); 235 rsa_out = app_malloc(keysize, "output rsa key");
|
| engine.c | 70 p = *buf = app_malloc(*size, "engine buffer"); 186 name = app_malloc(len + 1, "name buffer"); 197 desc = app_malloc(len + 1, "description buffer");
|
| rand.c | 201 buf = app_malloc(buflen, "buffer for output file");
|
| pkeyutl.c | 588 buf_out = app_malloc(buf_outlen, "buffer output"); 590 secret = app_malloc(secretlen, "secret output"); 875 mbuf = app_malloc(filesize, "oneshot sign/verify buffer"); 893 *out = app_malloc(*poutlen, "buffer output"); 936 *out = app_malloc(*poutlen, "buffer output");
|
| rehash.c | 134 bp = app_malloc(sizeof(*bp), "hash bucket"); 164 ep = app_malloc(sizeof(*ep), "collision bucket"); 398 buf = app_malloc(buflen, "filename buffer");
|
| ecparam.c | 86 curves = app_malloc((int)sizeof(*curves) * crv_len, "list curves");
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| kdf.c | 62 res = app_malloc(len, "algorithm name"); 177 dkm_bytes = app_malloc(dkm_len, "out buffer");
|
| mac.c | 66 res = app_malloc(len, "algorithm name"); 94 buf = app_malloc(BUFSIZE, "I/O buffer");
|
| rsautl.c | 219 rsa_in = app_malloc(keysize * 2, "hold rsa key"); 220 rsa_out = app_malloc(keysize, "output rsa key");
|
| dgst.c | 115 buf = app_malloc(BUFSIZE, "I/O buffer"); 401 sigbuf = app_malloc(siglen, "signature buffer"); 528 file_cpy = app_malloc(mem_len, file); 592 allocated_buf = app_malloc(len, "Signature buffer"); 604 allocated_buf = app_malloc(len, "Digest buffer");
|
| engine.c | 63 p = *buf = app_malloc(*size, "engine buffer"); 181 name = app_malloc(len + 1, "name buffer"); 190 desc = app_malloc(len + 1, "description buffer");
|
| pkeyutl.c | 481 buf_out = app_malloc(buf_outlen, "buffer output"); 732 mbuf = app_malloc(filesize, "oneshot sign/verify buffer"); 750 *out = app_malloc(*poutlen, "buffer output"); 793 *out = app_malloc(*poutlen, "buffer output");
|
| rehash.c | 134 bp = app_malloc(sizeof(*bp), "hash bucket"); 164 ep = app_malloc(sizeof(*ep), "collision bucket"); 398 buf = app_malloc(buflen, "filename buffer");
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| tlssrp_depr.c | 101 char *pass = app_malloc(PWD_STRLEN + 1, "SRP password buffer");
|