Home
last modified time | relevance | path

Searched refs:gcm_aad (Results 1 – 2 of 2) sorted by relevance

/openssl-master/demos/cipher/
A Daesgcm.c45 static const unsigned char gcm_aad[] = { variable
110 if (!EVP_EncryptUpdate(ctx, NULL, &outlen, gcm_aad, sizeof(gcm_aad))) in aes_gcm_encrypt()
182 if (!EVP_DecryptUpdate(ctx, NULL, &outlen, gcm_aad, sizeof(gcm_aad))) in aes_gcm_decrypt()
/openssl-master/test/
A Daesgcmtest.c25 static const unsigned char gcm_aad[] = { variable
52 && TEST_true(EVP_EncryptUpdate(ctx, NULL, &outlen, gcm_aad, in do_encrypt()
53 sizeof(gcm_aad)) > 0) in do_encrypt()
80 && TEST_true(EVP_DecryptUpdate(ctx, NULL, &outlen, gcm_aad, in do_decrypt()
81 sizeof(gcm_aad)) > 0) in do_decrypt()

Completed in 4 milliseconds