Home
last modified time | relevance | path

Searched refs:CRYPTO_get_alloc_counts (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/crypto/openssl/doc/man3/
H A DOPENSSL_malloc.pod17 CRYPTO_get_alloc_counts,
66 void CRYPTO_get_alloc_counts(int *m, int *r, int *f)
178 function, CRYPTO_get_alloc_counts(), and two additional environment
182 The function CRYPTO_get_alloc_counts() fills in the number of times
/freebsd-12.1/crypto/openssl/crypto/
H A Dmem.c98 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) in CRYPTO_get_alloc_counts() function
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dcrypto.h298 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man1984 MLINKS+= OPENSSL_malloc.3 CRYPTO_get_alloc_counts.3