Searched refs:pt_buf (Results 1 – 1 of 1) sorted by relevance
100 unsigned char pt_buf[256] = { 0 }; in self_test_cipher() local138 && EVP_CipherUpdate(ctx, pt_buf, &len, in self_test_cipher()140 && EVP_CipherFinal_ex(ctx, pt_buf + len, &pt_len))) in self_test_cipher()142 OSSL_SELF_TEST_oncorrupt_byte(st, pt_buf); in self_test_cipher()145 || memcmp(pt_buf, t->base.pt, pt_len) != 0) in self_test_cipher()
Completed in 5 milliseconds