Searched refs:ciphertext_len (Results 1 – 2 of 2) sorted by relevance
3096 size_t ciphertext_len; in tv() local3124 ciphertext_len = message_len + crypto_aead_aes256gcm_ABYTES; in tv()3126 expected_ciphertext = (unsigned char *) sodium_malloc(ciphertext_len); in tv()3135 ciphertext = (unsigned char *) sodium_malloc(ciphertext_len); in tv()3148 hex = (char *) sodium_malloc((size_t) ciphertext_len * 2 + 1); in tv()3149 sodium_bin2hex(hex, (size_t) ciphertext_len * 2 + 1, in tv()3150 ciphertext, ciphertext_len); in tv()3159 assert((size_t) found_ciphertext_len == ciphertext_len); in tv()3160 if (memcmp(ciphertext, expected_ciphertext, ciphertext_len) != 0) { in tv()3164 ciphertext, ciphertext_len); in tv()[all …]
4599 ciphertext_len); in test_snow3g_auth_cipher()4659 ciphertext_len); in test_snow3g_auth_cipher()4801 ciphertext_len); in test_snow3g_auth_cipher_sgl()4863 ciphertext_len); in test_snow3g_auth_cipher_sgl()4998 ciphertext_len); in test_kasumi_auth_cipher()5059 ciphertext_len); in test_kasumi_auth_cipher()5202 ciphertext_len); in test_kasumi_auth_cipher_sgl()5264 ciphertext_len); in test_kasumi_auth_cipher_sgl()5809 ciphertext_len); in test_zuc_auth_cipher()5870 ciphertext_len); in test_zuc_auth_cipher()[all …]