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

/bind-9.11.3/lib/isc/tests/
H A Daes_test.c41 unsigned char ciphertext[ISC_AES_BLOCK_LENGTH]; variable
131 isc_aes128_crypt(key, plaintext, ciphertext);
132 ATF_CHECK(tohexstr(ciphertext, str) == ISC_R_SUCCESS);
193 isc_aes192_crypt(key, plaintext, ciphertext);
194 ATF_CHECK(tohexstr(ciphertext, str) == ISC_R_SUCCESS);
261 isc_aes256_crypt(key, plaintext, ciphertext);
262 ATF_CHECK(tohexstr(ciphertext, str) == ISC_R_SUCCESS);

Completed in 10 milliseconds