Home
last modified time | relevance | path

Searched refs:secure_scrub_memory (Results 1 – 25 of 42) sorted by relevance

12

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/compat/sodium/
H A Dsodium_utils.cpp62 secure_scrub_memory(ptr, len); in sodium_memzero()
136 secure_scrub_memory(ptr, static_cast<size_t>(len)); in sodium_free()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/compat/sodium/
H A Dsodium_utils.cpp62 secure_scrub_memory(ptr, len); in sodium_memzero()
136 secure_scrub_memory(ptr, static_cast<size_t>(len)); in sodium_free()
/dports/security/botan2/Botan-2.18.2/src/lib/compat/sodium/
H A Dsodium_utils.cpp62 secure_scrub_memory(ptr, len); in sodium_memzero()
136 secure_scrub_memory(ptr, static_cast<size_t>(len)); in sodium_free()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/utils/
H A Dmem_ops.cpp39 secure_scrub_memory(p, elems * elem_size); in deallocate_memory()
H A Dos_utils.cpp66 void secure_scrub_memory(void* ptr, size_t n) in secure_scrub_memory() function
585 secure_scrub_memory(ptr, page_size); in free_locked_pages()
H A Dmem_ops.h62 BOTAN_PUBLIC_API(2,0) void secure_scrub_memory(void* ptr, size_t n);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/utils/
H A Dmem_ops.cpp39 secure_scrub_memory(p, elems * elem_size); in deallocate_memory()
H A Dos_utils.cpp66 void secure_scrub_memory(void* ptr, size_t n) in secure_scrub_memory() function
585 secure_scrub_memory(ptr, page_size); in free_locked_pages()
/dports/security/botan2/Botan-2.18.2/src/lib/utils/
H A Dmem_ops.cpp39 secure_scrub_memory(p, elems * elem_size); in deallocate_memory()
H A Dos_utils.cpp66 void secure_scrub_memory(void* ptr, size_t n) in secure_scrub_memory() function
585 secure_scrub_memory(ptr, page_size); in free_locked_pages()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/modes/aead/chacha20poly1305/
H A Dchacha20poly1305.cpp75 secure_scrub_memory(first_block, sizeof(first_block)); in start_msg()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/modes/aead/chacha20poly1305/
H A Dchacha20poly1305.cpp75 secure_scrub_memory(first_block, sizeof(first_block)); in start_msg()
/dports/security/botan2/Botan-2.18.2/src/lib/modes/aead/chacha20poly1305/
H A Dchacha20poly1305.cpp75 secure_scrub_memory(first_block, sizeof(first_block)); in start_msg()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/compression/
H A Dcompress_utils.cpp44 secure_scrub_memory(ptr, i->second); in do_free()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/compression/
H A Dcompress_utils.cpp44 secure_scrub_memory(ptr, i->second); in do_free()
/dports/security/botan2/Botan-2.18.2/src/lib/compression/
H A Dcompress_utils.cpp44 secure_scrub_memory(ptr, i->second); in do_free()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/ffi/
H A Dffi.cpp253 Botan::secure_scrub_memory(mem, bytes); in botan_scrub_mem()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ed25519/
H A Ded25519_fe.h25 ~FE_25519() { secure_scrub_memory(m_fe, sizeof(m_fe)); } in ~FE_25519()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/ed25519/
H A Ded25519_fe.h25 ~FE_25519() { secure_scrub_memory(m_fe, sizeof(m_fe)); } in ~FE_25519()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/ffi/
H A Dffi.cpp253 Botan::secure_scrub_memory(mem, bytes); in botan_scrub_mem()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ed25519/
H A Ded25519_fe.h25 ~FE_25519() { secure_scrub_memory(m_fe, sizeof(m_fe)); } in ~FE_25519()
/dports/security/botan2/Botan-2.18.2/src/lib/ffi/
H A Dffi.cpp253 Botan::secure_scrub_memory(mem, bytes); in botan_scrub_mem()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/utils/ghash/
H A Dghash.cpp111 secure_scrub_memory(last_block, final_bytes); in ghash_update()
/dports/security/botan2/Botan-2.18.2/src/lib/utils/ghash/
H A Dghash.cpp111 secure_scrub_memory(last_block, final_bytes); in ghash_update()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/utils/ghash/
H A Dghash.cpp111 secure_scrub_memory(last_block, final_bytes); in ghash_update()

12