Searched defs:cipher_key_len (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dktls.h110 int cipher_key_len; member in struct:tls_enable_v0
125 int cipher_key_len; member in struct:tls_enable
152 uint16_t cipher_key_len; member in struct:tls_session_params
/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_engine.c1359 br_ssl_engine_switch_cbc_in(br_ssl_engine_context *cc, int is_client, int prf_id, int mac_id, const br_block_cbcdec_class *bc_impl, size_t cipher_key_len) argument
1402 br_ssl_engine_switch_cbc_out(br_ssl_engine_context *cc, int is_client, int prf_id, int mac_id, const br_block_cbcenc_class *bc_impl, size_t cipher_key_len) argument
1444 br_ssl_engine_switch_gcm_in(br_ssl_engine_context *cc, int is_client, int prf_id, const br_block_ctr_class *bc_impl, size_t cipher_key_len) argument
1466 br_ssl_engine_switch_gcm_out(br_ssl_engine_context *cc, int is_client, int prf_id, const br_block_ctr_class *bc_impl, size_t cipher_key_len) argument
1528 br_ssl_engine_switch_ccm_in(br_ssl_engine_context *cc, int is_client, int prf_id, const br_block_ctrcbc_class *bc_impl, size_t cipher_key_len, size_t tag_len) argument
1551 br_ssl_engine_switch_ccm_out(br_ssl_engine_context *cc, int is_client, int prf_id, const br_block_ctrcbc_class *bc_impl, size_t cipher_key_len, size_t tag_len) argument
[all...]
H A Dssl_hs_client.c1647 unsigned cipher_key_len, tag_len; local
1662 unsigned cipher_key_len, tag_len; local
1677 unsigned cipher_key_len; local
1691 unsigned cipher_key_len; local
1705 unsigned cipher_key_len; local
1721 unsigned cipher_key_len; local
[all...]
H A Dssl_hs_server.c1714 unsigned cipher_key_len, tag_len; local
1729 unsigned cipher_key_len, tag_len; local
1744 unsigned cipher_key_len; local
1758 unsigned cipher_key_len; local
1772 unsigned cipher_key_len; local
1788 unsigned cipher_key_len; local
[all...]
/freebsd-13-stable/tools/tools/crypto/
H A Dcryptocheck.c886 u_int iv_len, auth_key_len, cipher_key_len, digest_len; local
821 ocf_init_eta_session(const struct alg *alg, const char *cipher_key, size_t cipher_key_len, const char *auth_key, size_t auth_key_len, struct ocf_session *ses) argument

Completed in 102 milliseconds