Searched refs:OPENSSL_aligned_alloc (Results 1 – 6 of 6) 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, 201 OPENSSL_malloc(), OPENSSL_aligned_alloc(), OPENSSL_zalloc(), OPENSSL_realloc(), 256 OPENSSL_aligned_alloc(), CRYPTO_aligned_alloc(), OPENSSL_strtoul() were
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | crypto.h | 109 #define OPENSSL_aligned_alloc(num, alignment, freeptr) \ macro
|
| H A D | crypto.h.in | 110 #define OPENSSL_aligned_alloc(num, alignment, freeptr) \ macro
|
| /freebsd/crypto/openssl/crypto/hashtable/ |
| H A D | hashtable.c | 159 ret = OPENSSL_aligned_alloc(sizeof(struct ht_neighborhood_st) * len, in alloc_new_neighborhood_list()
|
| /freebsd/crypto/openssl/util/ |
| H A D | other.syms | 442 OPENSSL_aligned_alloc define
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 2929 MLINKS+= OPENSSL_malloc.3 OPENSSL_aligned_alloc.3
|