Searched refs:gcm_aad (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/demos/cipher/ |
H A D | aesgcm.c | 45 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()
|
/freebsd/crypto/openssl/test/ |
H A D | aesgcmtest.c | 25 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()
|
H A D | evp_extra_test.c | 5110 const unsigned char *gcm_aad, size_t gcm_aad_s, in aes_gcm_encrypt() argument 5132 || (gcm_aad != NULL in aes_gcm_encrypt() 5134 gcm_aad, gcm_aad_s))) in aes_gcm_encrypt() 5159 const unsigned char *gcm_aad, size_t gcm_aad_s, in aes_gcm_decrypt() argument 5182 || (gcm_aad != NULL in aes_gcm_decrypt() 5184 gcm_aad, gcm_aad_s))) in aes_gcm_decrypt()
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | ossl_aes_gcm.c | 113 gcm_aad(struct ossl_gcm_context *ctx, const unsigned char *aad, size_t len) in gcm_aad() function 341 .aad = gcm_aad,
|