Home
last modified time | relevance | path

Searched defs:mac_key (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/lib/libssl/
H A Dtls12_key_schedule.c71 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 Dtls12_record_layer.c51 uint8_t *mac_key; member
396 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 Dt1_enc.c168 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 Dpmeth_gn.c210 EVP_PKEY *mac_key = NULL; in EVP_PKEY_new_mac_key() local
/openbsd-src/lib/libcrypto/kdf/
H A Dtls1_prf.c185 EVP_PKEY *mac_key = NULL; in tls1_prf_P_hash() local
/openbsd-src/sbin/ping/
H A Dping.c202 SIPHASH_KEY mac_key; variable