Searched refs:mac_key (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dpmeth_gn.c206 EVP_PKEY *mac_key = NULL; local
216 if (EVP_PKEY_keygen(mac_ctx, &mac_key) <= 0)
221 return mac_key;
/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_enc.c164 EVP_PKEY *mac_key; local
176 mac_key = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, sec, sec_len);
177 if (!mac_key)
179 if (!EVP_DigestSignInit(&ctx_init, NULL, md, NULL, mac_key))
233 EVP_PKEY_free(mac_key);
339 EVP_PKEY *mac_key; local
505 mac_key = EVP_PKEY_new_mac_key(mac_type, NULL,
507 if (mac_key == NULL
508 || EVP_DigestSignInit(mac_ctx, NULL, m, NULL, mac_key) <= 0) {
509 EVP_PKEY_free(mac_key);
[all...]
H A Dbad_dtls_test.c266 #define mac_key (key_block + 20) macro
610 HMAC_Init(&ctx, mac_key, 20, EVP_sha1());
/freebsd-11-stable/sys/mips/rmi/dev/sec/
H A Drmilib.h551 unsigned char mac_key[XLR_SEC_MAX_AUTH_KEY_LENGTH]; member in struct:xlr_sec_io_s
H A Drmilib.c1856 memcpy(hmac_key, &op->mac_key[0], hmac_keylen);
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwnvar.h966 struct bwn_key mac_key[58]; member in struct:bwn_mac
H A Dif_bwn.c3416 mac->mac_key[i].keyconf = NULL;
3426 KASSERT(mac->mac_max_nr_keys <= N(mac->mac_key),
4514 mac->mac_key[index].algorithm = algorithm;

Completed in 201 milliseconds