Home
last modified time | relevance | path

Searched refs:compute_key_block (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bearssl/src/ssl/
H A Dssl_engine.c1357 compute_key_block(br_ssl_engine_context *cc, int prf_id, in compute_key_block() function
1395 compute_key_block(cc, prf_id, in br_ssl_engine_switch_cbc_in()
1438 compute_key_block(cc, prf_id, in br_ssl_engine_switch_cbc_out()
1466 compute_key_block(cc, prf_id, cipher_key_len + 4, kb); in br_ssl_engine_switch_gcm_in()
1488 compute_key_block(cc, prf_id, cipher_key_len + 4, kb); in br_ssl_engine_switch_gcm_out()
1508 compute_key_block(cc, prf_id, 44, kb); in br_ssl_engine_switch_chapol_in()
1529 compute_key_block(cc, prf_id, 44, kb); in br_ssl_engine_switch_chapol_out()
1551 compute_key_block(cc, prf_id, cipher_key_len + 4, kb); in br_ssl_engine_switch_ccm_in()
1574 compute_key_block(cc, prf_id, cipher_key_len + 4, kb); in br_ssl_engine_switch_ccm_out()