Home
last modified time | relevance | path

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

/freebsd/tests/sys/kern/
H A Dktls_test.c577 build_tls_enable(const atf_tc_t *tc, int cipher_alg, size_t cipher_key_len, in build_tls_enable() argument
584 switch (cipher_alg) { in build_tls_enable()
626 en->cipher_algorithm = cipher_alg; in build_tls_enable()
2058 #define GEN_TRANSMIT_APP_DATA_TEST(cipher_name, cipher_alg, key_size, \ argument
2068 build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
2074 #define ADD_TRANSMIT_APP_DATA_TEST(cipher_name, cipher_alg, key_size, \ argument
2078 #define GEN_TRANSMIT_CONTROL_TEST(cipher_name, cipher_alg, key_size, \ argument
2088 build_tls_enable(tc, cipher_alg, key_size, auth_alg, minor, \
2094 #define ADD_TRANSMIT_CONTROL_TEST(cipher_name, cipher_alg, key_size, \ argument
2098 #define GEN_TRANSMIT_EMPTY_FRAGMENT_TEST(cipher_name, cipher_alg, \ argument
[all …]
/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_record.c61 rl->cipher_alg = data->alg; in tlsv1_record_set_cipher_suite()
86 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) { in tlsv1_record_change_write_cipher()
87 rl->write_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_write_cipher()
120 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) { in tlsv1_record_change_read_cipher()
121 rl->read_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_read_cipher()
H A Dtlsv1_record.h46 enum crypto_cipher_alg cipher_alg; member
/freebsd/sys/dev/dpaa/
H A Dsec_dev.c1109 sec_cipher_ctx_offset(uint32_t cipher_alg) in sec_cipher_ctx_offset() argument
1111 switch (cipher_alg) { in sec_cipher_ctx_offset()