Searched refs:OPENSSL_cleanse (Results 1 – 6 of 6) sorted by relevance
113 OPENSSL_cleanse(ptr, size + OPENSSL_MALLOC_PREFIX); in OPENSSL_free()141 void OPENSSL_cleanse(void *ptr, size_t len) { in OPENSSL_cleanse() function
92 OPENSSL_EXPORT void OPENSSL_cleanse(void *ptr, size_t len);
102 OPENSSL_cleanse(ctx, sizeof(HMAC_CTX)); in HMAC_CTX_cleanup()
105 OPENSSL_cleanse(&ctx, sizeof(ctx)); in SHA224()114 OPENSSL_cleanse(&ctx, sizeof(ctx)); in SHA256()
211 OPENSSL_cleanse(ctx->md_data, ctx->digest->ctx_size); in EVP_DigestFinal_ex()
385 OPENSSL_cleanse(&gctx->gcm, sizeof(gctx->gcm)); in aes_gcm_cleanup()
Completed in 13 milliseconds