Home
last modified time | relevance | path

Searched refs:gcm_pt (Results 1 – 2 of 2) 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()

Completed in 7 milliseconds