Searched refs:OPENSSL_aligned_alloc (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_malloc.pod | 6 OPENSSL_malloc, OPENSSL_aligned_alloc, OPENSSL_zalloc, OPENSSL_realloc, 31 void *OPENSSL_aligned_alloc(size_t num, size_t alignment, void **freeptr); 103 OPENSSL_aligned_alloc() operates just as OPENSSL_malloc does, but it 108 NOTE: The call to OPENSSL_aligned_alloc() accepts a 3rd argument, I<freeptr> 111 this case, OPENSSL_aligned_alloc implements its own alignment routine, 197 OPENSSL_malloc(), OPENSSL_aligned_alloc(), OPENSSL_zalloc(), OPENSSL_realloc(), 252 OPENSSL_aligned_alloc(), CRYPTO_aligned_alloc(), OPENSSL_strtoul() were
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h | 105 # define OPENSSL_aligned_alloc(num, alignment, freeptr) \ macro
|
H A D | crypto.h.in | 106 # define OPENSSL_aligned_alloc(num, alignment, freeptr) \ macro
|
/freebsd/crypto/openssl/crypto/hashtable/ |
H A D | hashtable.c | 157 ret = OPENSSL_aligned_alloc(sizeof(struct ht_neighborhood_st) * len, in alloc_new_neighborhood_list()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 433 OPENSSL_aligned_alloc define
|