🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 09:02:54 | PHP 8.2.32
📂
/ (Root)
/
opt
/
imunify360-webshield
/
lualib
/
resty
/
openssl
/
include
📍 /opt/imunify360-webshield/lualib/resty/openssl/include
🔄 Refresh
✏️
Editing: hmac.lua
Read Only
local ffi = require "ffi" require "resty.openssl.include.ossl_typ" require "resty.openssl.include.evp" ffi.cdef [[ int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md, ENGINE *impl); int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len); int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len); HMAC_CTX *HMAC_CTX_new(void); void HMAC_CTX_free(HMAC_CTX *ctx); ]]
💾 Save Changes
❌ Cancel