Searched refs:mac_type (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | t1_enc.c | 91 int mac_type; in tls1_change_cipher_state() local 100 mac_type = s->s3->tmp.new_mac_pkey_type; in tls1_change_cipher_state() 256 mac_key = EVP_PKEY_new_mac_key(mac_type, NULL, mac_secret, in tls1_change_cipher_state() 344 int mac_type = NID_undef; in tls1_setup_key_block() local 351 if (!ssl_cipher_get_evp(s->session, &c, &hash, &mac_type, &mac_secret_size, in tls1_setup_key_block() 360 s->s3->tmp.new_mac_pkey_type = mac_type; in tls1_setup_key_block()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
| H A D | t1_enc.c | 196 int mac_type; in tls1_change_cipher_state() local 215 mac_type = s->s3.tmp.new_mac_pkey_type; in tls1_change_cipher_state() 365 if (mac_type == EVP_PKEY_HMAC) { in tls1_change_cipher_state() 375 mac_key = EVP_PKEY_new_mac_key(mac_type, NULL, mac_secret, in tls1_change_cipher_state() 534 int mac_type = NID_undef; in tls1_setup_key_block() local 541 if (!ssl_cipher_get_evp(s->ctx, s->session, &c, &hash, &mac_type, in tls1_setup_key_block() 552 s->s3.tmp.new_mac_pkey_type = mac_type; in tls1_setup_key_block()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/milter/ |
| H A D | milter8.c | 1884 UINT32_TYPE mac_type; in milter8_connect() local 1892 MILTER8_DATA_HLONG, &mac_type, in milter8_connect() 1895 smfim_name = str_name_code(smfim_table, mac_type); in milter8_connect() 1898 milter->m.name, (unsigned) mac_type); in milter8_connect() 1903 mac_value_ptr = MILTER8_MACRO_PTR(milter->m.macros, mac_type); in milter8_connect()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | bwivar.h | 448 #define mac_type mac_regwin.rw_type 435 #define mac_type global() macro
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_iwmreg.h | 3672 uint32_t mac_type; member
|
| H A D | if_iwm.c | 5716 cmd->mac_type = htole32(IWM_FW_MAC_TYPE_BSS_STA); in iwm_mac_ctxt_cmd_common()
|