mac_key
EVP_PKEY *mac_key = NULL;
if (EVP_PKEY_keygen(mac_ctx, &mac_key) <= 0)
return mac_key;
crypto_info->auth_key = mac_key;
unsigned char *mac_key, size_t mac_secret_size)
unsigned char *mac_key, size_t mac_secret_size)
EVP_PKEY *mac_key;
mac_key = EVP_PKEY_new_raw_private_key_ex(rl->libctx, "HMAC",
mac_key = EVP_PKEY_new_mac_key(mactype, NULL, mackey,
if (mac_key == NULL
rl->libctx, rl->propq, mac_key,
EVP_PKEY_free(mac_key);
EVP_PKEY_free(mac_key);
if (!EVP_MAC_init(ctx, mac_key, 20, params)
return parse_bin(value, &cdat->mac_key, &cdat->mac_key_len);
if (expected->mac_key != NULL
(void *)expected->mac_key)
unsigned char *mac_key;
OPENSSL_free(cdat->mac_key);
mac->mac_key[i].keyconf = NULL;
KASSERT(mac->mac_max_nr_keys <= N(mac->mac_key),
mac->mac_key[index].algorithm = algorithm;
struct bwn_key mac_key[58];