Home
last modified time | relevance | path

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

/openssl/demos/cipher/
H A 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()
/openssl/test/
H A 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()
H A Devp_extra_test.c5650 const unsigned char *gcm_pt, size_t gcm_pt_s, in aes_gcm_encrypt() argument
5677 gcm_pt, gcm_pt_s)) in aes_gcm_encrypt()
5699 const unsigned char *gcm_pt, size_t gcm_pt_s, in aes_gcm_decrypt() argument
5728 || !TEST_mem_eq(outbuf, outlen, gcm_pt, gcm_pt_s)) in aes_gcm_decrypt()
5767 static const unsigned char gcm_pt[] = { in test_aes_gcm_ivlen_change_cve_2023_5363() local
5781 gcm_pt, sizeof(gcm_pt), NULL, 0, in test_aes_gcm_ivlen_change_cve_2023_5363()
5784 gcm_pt, sizeof(gcm_pt), NULL, 0, in test_aes_gcm_ivlen_change_cve_2023_5363()

Completed in 22 milliseconds