Searched refs:rtl_freeZeroMemory (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sal/rtl/source/ |
H A D | random.c | 283 rtl_freeZeroMemory (pImpl, sizeof(RandomPool_Impl)); in rtl_random_createPool() 299 rtl_freeZeroMemory (pImpl, sizeof (RandomPool_Impl)); in rtl_random_destroyPool()
|
H A D | digest.c | 500 rtl_freeZeroMemory (pImpl, sizeof (DigestMD2_Impl)); in rtl_digest_destroyMD2() 913 rtl_freeZeroMemory (pImpl, sizeof (DigestMD5_Impl)); in rtl_digest_destroyMD5() 1359 rtl_freeZeroMemory (pImpl, sizeof (DigestSHA_Impl)); in rtl_digest_destroySHA() 1547 rtl_freeZeroMemory (pImpl, sizeof (DigestSHA_Impl)); in rtl_digest_destroySHA1() 1776 rtl_freeZeroMemory (pImpl, sizeof (DigestHMAC_MD5_Impl)); in rtl_digest_destroyHMAC_MD5() 2005 rtl_freeZeroMemory (pImpl, sizeof (DigestHMAC_SHA1_Impl)); in rtl_digest_destroyHMAC_SHA1()
|
H A D | cipher.c | 1126 rtl_freeZeroMemory (pImpl, sizeof (CipherBF_Impl)); in rtl_cipher_destroyBF() 1355 rtl_freeZeroMemory (pImpl, sizeof (CipherARCFOUR_Impl)); in rtl_cipher_destroyARCFOUR()
|
H A D | alloc_global.c | 344 void SAL_CALL rtl_freeZeroMemory (void * p, sal_Size n) SAL_THROW_EXTERN_C() in rtl_freeZeroMemory() function
|
/aoo41x/main/sal/util/ |
H A D | salalloc.list | 6 rtl_freeZeroMemory;
|
H A D | salalloc.map | 27 rtl_freeZeroMemory;
|
H A D | sal.map | 364 rtl_freeZeroMemory;
|
/aoo41x/main/sal/inc/rtl/ |
H A D | alloc.h | 92 void SAL_CALL rtl_freeZeroMemory (
|
/aoo41x/main/sal/qa/rtl/alloc/ |
H A D | rtl_alloc.cxx | 139 rtl_freeZeroMemory(m_pZeroMemory, m_nSizeOfZeroMemory); in tearDown()
|
Completed in 59 milliseconds