Searched refs:apr_crypto_memzero (Results 1 – 3 of 3) sorted by relevance
123 apr_crypto_memzero(clear->buffer, clear->size); in crypto_clear()154 APU_DECLARE(apr_status_t) apr_crypto_memzero(void *buffer, apr_size_t size) in apr_crypto_memzero() function
197 APU_DECLARE(apr_status_t) apr_crypto_memzero(void *buffer, apr_size_t size);
1398 apr_crypto_memzero(&msg, sizeof msg); in test_crypto_memzero()