Searched refs:AES_GMAC_Setkey (Results 1 – 4 of 4) sorted by relevance
74 .Setkey = AES_GMAC_Setkey,88 .Setkey = AES_GMAC_Setkey,102 .Setkey = AES_GMAC_Setkey,
48 void AES_GMAC_Setkey(void *, const uint8_t *, u_int);
45 AES_GMAC_Setkey(void *ctx, const uint8_t *key, u_int klen) in AES_GMAC_Setkey() function
267 AES_GMAC_Setkey(&ctx->gmac, key, len); in aes_gcm_setkey()