Home
last modified time | relevance | path

Searched refs:OPENSSL_clear_realloc (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_malloc.pod7 OPENSSL_free, OPENSSL_clear_realloc, OPENSSL_clear_free, OPENSSL_cleanse,
41 void *OPENSSL_clear_realloc(void *p, size_t old_len, size_t num);
117 OPENSSL_clear_realloc() and OPENSSL_clear_free() should be used
198 OPENSSL_clear_realloc(),
/freebsd/crypto/openssl/crypto/asn1/
H A Df_int.c106 sp = OPENSSL_clear_realloc(s, slen, num + i * 2); in a2i_ASN1_INTEGER()
H A Da_bitstr.c170 c = OPENSSL_clear_realloc(a->data, a->length, w + 1); in ASN1_BIT_STRING_set_bit()
/freebsd/crypto/openssl/crypto/buffer/
H A Dbuffer.c132 ret = OPENSSL_clear_realloc(str->data, str->max, n); in BUF_MEM_grow_clean()
/freebsd/crypto/openssl/crypto/
H A Dpassphrase.c290 OPENSSL_clear_realloc(data->cached_passphrase, in ossl_pw_get_passphrase()
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c372 seed = OPENSSL_clear_realloc(ctx->seed, ctx->seedlen, seedlen); in kdf_tls1_prf_set_ctx_params()
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h110 # define OPENSSL_clear_realloc(addr, old_num, num) \ macro
H A Dcrypto.h.in111 # define OPENSSL_clear_realloc(addr, old_num, num) \ macro
/freebsd/crypto/openssl/util/
H A Dother.syms430 OPENSSL_clear_realloc define
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2784 MLINKS+= OPENSSL_malloc.3 OPENSSL_clear_realloc.3