Searched refs:OPENSSL_free (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dmem.h74 // BoringSSL API calls must therefore generally be freed using |OPENSSL_free|
81 // OPENSSL_free does nothing if |ptr| is NULL. Otherwise it zeros out the
83 OPENSSL_EXPORT void OPENSSL_free(void *ptr);
137 #define CRYPTO_free OPENSSL_free
147 BORINGSSL_MAKE_DELETER(char, OPENSSL_free)
148 BORINGSSL_MAKE_DELETER(uint8_t, OPENSSL_free)
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/err/
H A Derr.c133 // with |OPENSSL_free|.
165 OPENSSL_free(error->data);
197 OPENSSL_free(state->to_free);
198 OPENSSL_free(state);
270 OPENSSL_free(state->to_free);
338 OPENSSL_free(state->to_free);
624 OPENSSL_free(data);
630 OPENSSL_free(error->data);
691 OPENSSL_free(buf);
698 OPENSSL_free(bu
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/
H A Dmem.c86 void OPENSSL_free(void *orig_ptr) { function
117 OPENSSL_free(orig_ptr);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/digest/
H A Ddigest.c95 OPENSSL_free(ctx->md_data);
113 OPENSSL_free(ctx);
184 OPENSSL_free(ctx->md_data);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/hmac/
H A Dhmac.c111 OPENSSL_free(ctx);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
H A De_aes.c389 OPENSSL_free(gctx->iv);
429 OPENSSL_free(gctx->iv);
922 OPENSSL_free(gcm_ctx);
932 OPENSSL_free(ctx->aead_state);
1094 OPENSSL_free(gcm_ctx);
1183 OPENSSL_free(gcm_ctx);
H A Dcipher.c86 OPENSSL_free(c->cipher_data);
95 OPENSSL_free(ctx);
H A Daead.c55 OPENSSL_free(ctx);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/rand/
H A Drand.c123 OPENSSL_free(state);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/cipher_extra/
H A De_aesgcmsiv.c38 // 8-byte aligned. When freeing this structure, actually call |OPENSSL_free|
99 OPENSSL_free(gcm_siv_ctx->ptr);
595 OPENSSL_free(ctx->aead_state);

Completed in 49 milliseconds