Searched refs:ciphertext (Results 1 – 3 of 3) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/yotta/data/example-authcrypt/ |
D | main.cpp | 55 unsigned char ciphertext[128] = { 0 }; in example() local 113 mbedtls_ctr_drbg_random(&drbg, ciphertext, nonce_len); in example() 119 ret = mbedtls_cipher_auth_encrypt(&ctx, ciphertext, nonce_len, in example() 122 ciphertext + nonce_len, &ciphertext_len, in example() 123 ciphertext + nonce_len + sizeof message, tag_len ); in example() 135 print_hex("ciphertext", ciphertext, ciphertext_len); in example() 150 ciphertext, nonce_len, in example() 152 ciphertext + nonce_len, ciphertext_len - nonce_len - tag_len, in example() 154 ciphertext + ciphertext_len - tag_len, tag_len ); in example()
|
D | README.md | 60 …ciphertext: c57f7afb94f14c7977d785d08682a2596bd62ee9dcf216b8cccd997afee9b402f5de1739e8e6467aa36374… 68 The actual output for the ciphertext line will vary on each run because of the use of a random nonc…
|
/net-tools-latest/mbedtls-2.4.0/tests/suites/ |
D | test_suite_cipher.function | 599 /* then encrypt the clear and make sure we get the same ciphertext and tag */
|