Lines Matching refs:alloc_buffer
131 alloc_buffer(size_t len) in alloc_buffer() function
586 en->cipher_key = alloc_buffer(cipher_key_len); in build_tls_enable()
588 en->iv = alloc_buffer(iv_len); in build_tls_enable()
591 en->auth_key = alloc_buffer(auth_key_len); in build_tls_enable()
1185 plaintext = alloc_buffer(len); in test_ktls_transmit_app_data()
1337 plaintext = alloc_buffer(len); in test_ktls_transmit_control()
1503 plaintext = alloc_buffer(len); in test_ktls_receive_app_data()
1625 plaintext = alloc_buffer(len); in test_ktls_receive_corrupted_record()
1714 plaintext = alloc_buffer(len); in test_ktls_receive_truncated_record()
1755 plaintext = alloc_buffer(len); in test_ktls_receive_bad_major()
1797 plaintext = alloc_buffer(len); in test_ktls_receive_bad_minor()
1840 plaintext = alloc_buffer(len); in test_ktls_receive_bad_type()