Home
last modified time | relevance | path

Searched refs:OPENSSL_cleanse (Results 1 – 6 of 6) sorted by relevance

/third_party/ulib/uboringssl/crypto/
A Dmem.c113 OPENSSL_cleanse(ptr, size + OPENSSL_MALLOC_PREFIX); in OPENSSL_free()
141 void OPENSSL_cleanse(void *ptr, size_t len) { in OPENSSL_cleanse() function
/third_party/ulib/uboringssl/include/openssl/
A Dmem.h92 OPENSSL_EXPORT void OPENSSL_cleanse(void *ptr, size_t len);
/third_party/ulib/uboringssl/crypto/fipsmodule/hmac/
A Dhmac.c102 OPENSSL_cleanse(ctx, sizeof(HMAC_CTX)); in HMAC_CTX_cleanup()
/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
A Dsha256.c105 OPENSSL_cleanse(&ctx, sizeof(ctx)); in SHA224()
114 OPENSSL_cleanse(&ctx, sizeof(ctx)); in SHA256()
/third_party/ulib/uboringssl/crypto/fipsmodule/digest/
A Ddigest.c211 OPENSSL_cleanse(ctx->md_data, ctx->digest->ctx_size); in EVP_DigestFinal_ex()
/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
A De_aes.c385 OPENSSL_cleanse(&gctx->gcm, sizeof(gctx->gcm)); in aes_gcm_cleanup()

Completed in 13 milliseconds