Searched refs:plain_text (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | crypto_sanity.c | 17 static const char plain_text[] = "stringtoencrypt0"; variable 150 err = sendto(sockfd, plain_text, sizeof(plain_text), 0, (void *)&addr, addrlen); in test_crypto_sanity() 152 if (!ASSERT_EQ(err, sizeof(plain_text), "encrypt send")) in test_crypto_sanity() 155 do_crypt_afalg(plain_text, afalg_dst, sizeof(afalg_dst), true); in test_crypto_sanity()
|