Home
last modified time | relevance | path

Searched refs:exp_plaintext (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Devp_extra_test.c5935 unsigned char *ciphertext, *exp_plaintext, *tag; in test_evp_cipher_pipeline() local
5969 exp_plaintext = NULL; in test_evp_cipher_pipeline()
5991 || !TEST_ptr(exp_plaintext = OPENSSL_malloc(plaintextlen))) in test_evp_cipher_pipeline()
6089 memset(exp_plaintext, i + 1, plaintextlen); in test_evp_cipher_pipeline()
6091 exp_plaintext, plaintextlen)) in test_evp_cipher_pipeline()
6101 OPENSSL_free(exp_plaintext); in test_evp_cipher_pipeline()
6117 OPENSSL_free(exp_plaintext); in test_evp_cipher_pipeline()

Completed in 19 milliseconds