Searched refs:pt_buf (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/fips/ |
H A D | self_test_kats.c | 92 unsigned char pt_buf[256] = { 0 }; in self_test_cipher() local 130 && EVP_CipherUpdate(ctx, pt_buf, &len, in self_test_cipher() 132 && EVP_CipherFinal_ex(ctx, pt_buf + len, &pt_len))) in self_test_cipher() 134 OSSL_SELF_TEST_oncorrupt_byte(st, pt_buf); in self_test_cipher() 137 || memcmp(pt_buf, t->base.pt, pt_len) != 0) in self_test_cipher()
|
/third_party/openssl/providers/fips/ |
H A D | self_test_kats.c | 92 unsigned char pt_buf[256] = { 0 }; in self_test_cipher() local 130 && EVP_CipherUpdate(ctx, pt_buf, &len, in self_test_cipher() 132 && EVP_CipherFinal_ex(ctx, pt_buf + len, &pt_len))) in self_test_cipher() 134 OSSL_SELF_TEST_oncorrupt_byte(st, pt_buf); in self_test_cipher() 137 || memcmp(pt_buf, t->base.pt, pt_len) != 0) in self_test_cipher()
|
Completed in 2 milliseconds