[][src]Function sgx_types::sgx_hmac256_init

pub unsafe extern "C" fn sgx_hmac256_init(
    p_key: *const uint8_t,
    key_len: int32_t,
    p_hmac_handle: *mut sgx_hmac_state_handle_t
) -> sgx_status_t