Home
last modified time | relevance | path

Searched refs:OPENSSL_aligned_alloc (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_malloc.pod6 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 Dcrypto.h105 # define OPENSSL_aligned_alloc(num, alignment, freeptr) \ macro
H A Dcrypto.h.in106 # define OPENSSL_aligned_alloc(num, alignment, freeptr) \ macro
/freebsd/crypto/openssl/crypto/hashtable/
H A Dhashtable.c157 ret = OPENSSL_aligned_alloc(sizeof(struct ht_neighborhood_st) * len, in alloc_new_neighborhood_list()
/freebsd/crypto/openssl/util/
H A Dother.syms433 OPENSSL_aligned_alloc define