MySQL 9.1.0
Source Code Documentation
|
#include <assert.h>
#include <openssl/sha.h>
#include <common.h>
#include "webauthn_registration.h"
#include <base64.h>
#include <my_hostname.h>
#include <mysql_com.h>
#include <scope_guard.h>
#include <mysql/service_mysql_alloc.h>
Namespaces | |
namespace | anonymous_namespace{webauthn_registration.cc} |
Macros | |
#define | MYSQL_DYNAMIC_PLUGIN |
Variables | |
const unsigned int | anonymous_namespace{webauthn_registration.cc}::PIN_BUFFER_SIZE = 256 |
#define MYSQL_DYNAMIC_PLUGIN |