Searched refs:HMAC_CTX_cleanup (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dhmac.h98 // HMAC_CTX_cleanup frees data owned by |ctx|. It does not free |ctx| itself.
99 OPENSSL_EXPORT void HMAC_CTX_cleanup(HMAC_CTX *ctx);
101 // HMAC_CTX_free calls |HMAC_CTX_cleanup| and then frees |ctx| itself.
141 // HMAC_CTX_reset calls |HMAC_CTX_cleanup| followed by |HMAC_CTX_init|.
177 internal::StackAllocated<HMAC_CTX, void, HMAC_CTX_init, HMAC_CTX_cleanup>;
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/hmac/
H A Dhmac.c79 HMAC_CTX_cleanup(&ctx);
98 void HMAC_CTX_cleanup(HMAC_CTX *ctx) { function
110 HMAC_CTX_cleanup(ctx);
214 HMAC_CTX_cleanup(ctx);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/hkdf/
H A Dhkdf.c107 HMAC_CTX_cleanup(&hmac);
/fuchsia/zircon/system/ulib/crypto/
H A Dhmac.cpp31 ~Context() { HMAC_CTX_cleanup(&impl); }

Completed in 118 milliseconds