Searched defs:mac_key (Results  1 – 6 of 6) sorted by relevance
| /openbsd-src/lib/libssl/ | 
| H A D | tls12_key_schedule.c | 71 tls12_key_block_client_write(struct tls12_key_block *kb, CBS *mac_key,  in tls12_key_block_client_write()80 tls12_key_block_server_write(struct tls12_key_block *kb, CBS *mac_key,  in tls12_key_block_server_write()
 
 | 
| H A D | tls12_record_layer.c | 51 	uint8_t *mac_key;  member396     const uint8_t *mac_key, size_t mac_key_len)  in tls12_record_layer_set_mac_key()
 416     struct tls12_record_protection *rp, int is_write, CBS *mac_key, CBS *key,  in tls12_record_layer_ccs_aead()
 467     struct tls12_record_protection *rp, int is_write, CBS *mac_key, CBS *key,  in tls12_record_layer_ccs_cipher()
 521     struct tls12_record_protection *rp, int is_write, CBS *mac_key, CBS *key,  in tls12_record_layer_change_cipher_state()
 534     CBS *mac_key, CBS *key, CBS *iv)  in tls12_record_layer_change_read_cipher_state()
 566     CBS *mac_key, CBS *key, CBS *iv)  in tls12_record_layer_change_write_cipher_state()
 
 | 
| H A D | t1_enc.c | 168 	EVP_PKEY *mac_key = NULL; in tls1_P_hash()   local 302 	CBS mac_key, key, iv; in tls1_change_cipher_state()   local
 [all...]
 | 
| /openbsd-src/lib/libcrypto/evp/ | 
| H A D | pmeth_gn.c | 210 	EVP_PKEY *mac_key = NULL; in EVP_PKEY_new_mac_key()   local 
 | 
| /openbsd-src/lib/libcrypto/kdf/ | 
| H A D | tls1_prf.c | 185 	EVP_PKEY *mac_key = NULL;  in tls1_prf_P_hash()  local
 | 
| /openbsd-src/sbin/ping/ | 
| H A D | ping.c | 202 SIPHASH_KEY mac_key;  variable
 |