Home
last modified time | relevance | path

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

/third_party/openssl/demos/cipher/
Daesgcm.c36 static const unsigned char gcm_pt[] = { variable
85 BIO_dump_fp(stdout, gcm_pt, sizeof(gcm_pt)); in aes_gcm_encrypt()
114 if (!EVP_EncryptUpdate(ctx, outbuf, &outlen, gcm_pt, sizeof(gcm_pt))) in aes_gcm_encrypt()
/third_party/openssl/test/
Daesgcmtest.c21 static const unsigned char gcm_pt[] = { variable
54 && TEST_true(EVP_EncryptUpdate(ctx, ct, ct_len, gcm_pt, in do_encrypt()
55 sizeof(gcm_pt)) > 0) in do_encrypt()
87 && TEST_mem_eq(gcm_pt, sizeof(gcm_pt), pt, ptlen); in do_decrypt()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
Dlws-genaes.c676 }, gcm_pt[] = { variable
715 if (lws_genaes_crypt(&ctx, gcm_pt, sizeof(gcm_pt), res, in test_genaes_gcm()
759 if (lws_timingsafe_bcmp(gcm_pt, res, sizeof(gcm_pt))) { in test_genaes_gcm()