Searched refs:CRYPTO_malloc (Results 1 – 8 of 8) sorted by relevance
| /crypto/ |
| A D | mem.c | 23 static CRYPTO_malloc_fn malloc_impl = CRYPTO_malloc; 187 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() function 192 if (malloc_impl != CRYPTO_malloc) { in CRYPTO_malloc() 224 ret = CRYPTO_malloc(num, file, line); in CRYPTO_zalloc() 250 if (malloc_impl == CRYPTO_malloc) { in CRYPTO_aligned_alloc() 291 *freeptr = CRYPTO_malloc(alloc_bytes, file, line); in CRYPTO_aligned_alloc() 329 return CRYPTO_malloc(num, file, line); in CRYPTO_realloc() 352 return CRYPTO_malloc(num, file, line); in CRYPTO_clear_realloc() 365 ret = CRYPTO_malloc(num, file, line); in CRYPTO_clear_realloc()
|
| A D | o_str.c | 31 ret = CRYPTO_malloc(len, file, line); in CRYPTO_strdup() 47 ret = CRYPTO_malloc(maxlen + 1, file, line); in CRYPTO_strndup() 62 ret = CRYPTO_malloc(siz, file, line); in CRYPTO_memdup()
|
| A D | array_alloc.c | 25 return CRYPTO_malloc(bytes, file, line); in CRYPTO_malloc_array()
|
| A D | mem_sec.c | 162 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc() 180 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc()
|
| A D | provider_core.c | 2279 OSSL_FUNC_CRYPTO_malloc_fn CRYPTO_malloc; variable 2631 { OSSL_FUNC_CRYPTO_MALLOC, (void (*)(void))CRYPTO_malloc },
|
| /crypto/err/ |
| A D | err_local.h | 60 else if ((es->err_file[i] = CRYPTO_malloc(strlen(file) + 1, in err_set_debug() 69 else if ((es->err_func[i] = CRYPTO_malloc(strlen(fn) + 1, in err_set_debug()
|
| A D | err_save.c | 146 data = CRYPTO_malloc(data_sz, NULL, 0); in OSSL_ERR_STATE_restore()
|
| /crypto/pem/ |
| A D | pem_lib.c | 240 : CRYPTO_malloc(num, file, line); in pem_malloc()
|
Completed in 36 milliseconds