Lines Matching refs:key
45 int aesgcm_expandkey(struct aesgcm_ctx *ctx, const u8 *key, in aesgcm_expandkey() argument
52 aes_expandkey(&ctx->aes_ctx, key, keysize); in aesgcm_expandkey()
63 static void aesgcm_ghash(be128 *ghash, const be128 *key, const void *src, in aesgcm_ghash() argument
68 gf128mul_lle(ghash, key); in aesgcm_ghash()
561 u8 key[AES_MAX_KEY_SIZE] __nonstring; member
581 .key = "\xfe\xff\xe9\x92\x86\x65\x73\x1c"
591 .key = "\xfe\xff\xe9\x92\x86\x65\x73\x1c"
615 .key = "\xfe\xff\xe9\x92\x86\x65\x73\x1c"
636 .key = "\xfe\xff\xe9\x92\x86\x65\x73\x1c"
648 .key = "\xfe\xff\xe9\x92\x86\x65\x73\x1c"
664 .key = "\xfe\xff\xe9\x92\x86\x65\x73\x1c"
679 .key = "\x62\x35\xf8\x95\xfc\xa5\xeb\xf6"
701 if (aesgcm_expandkey(&ctx, aesgcm_tv[i].key, aesgcm_tv[i].klen, in libaesgcm_init()