Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dsev.h124 #define AUTHTAG_LEN 16 macro
/linux-6.15/arch/x86/coco/sev/
H A Dcore.c2865 if (aesgcm_expandkey(ctx, key, keylen, AUTHTAG_LEN)) { in snp_init_crypto()
3268 tsc_resp = kzalloc(sizeof(*tsc_resp) + AUTHTAG_LEN, GFP_KERNEL); in snp_get_tsc_info()
3294 req->resp_sz = sizeof(*tsc_resp) + AUTHTAG_LEN; in snp_get_tsc_info()
3315 memzero_explicit(tsc_resp, sizeof(*tsc_resp) + AUTHTAG_LEN); in snp_get_tsc_info()