Name

SPVM::Net::SSLeay::HMAC_CTX - HMAC_CTX Data Structure in OpenSSL

Description

Net::SSLeay::HMAC_CTX class in SPVM represetns HMAC_CTX data structure in OpenSSL.

Usage

use Net::SSLeay::HMAC_CTX;

Instance Methods

DESTROY

method DESTROY : void ();

Calls native HMAC_CTX_free function given the pointer value of the instance if no_free flag of the instance is not a true value.

See Also

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License