Searched defs:gcm_aad (Results 1 – 4 of 4) sorted by relevance
45 static const unsigned char gcm_aad[] = { variable
25 static const unsigned char gcm_aad[] = { variable
5110 const unsigned char *gcm_aad, size_t gcm_aad_s, in aes_gcm_encrypt()5159 const unsigned char *gcm_aad, size_t gcm_aad_s, in aes_gcm_decrypt()
113 gcm_aad(struct ossl_gcm_context *ctx, const unsigned char *aad, size_t len) in gcm_aad() function