Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dcert_store.c122 struct vcb { struct
513 static void fill_vcb_input(struct vcssb *vcssb, struct vcb *vcb, u16 index) in fill_vcb_input() argument
515 memset(vcb, 0, sizeof(*vcb)); in fill_vcb_input()
524 static void extract_vce_from_sevcb(struct vcb *vcb, struct vce *vce) in extract_vce_from_sevcb() argument
533 static int get_sevcb(struct vcssb *vcssb, u16 index, struct vcb *vcb) in get_sevcb() argument
537 fill_vcb_input(vcssb, vcb, index); in get_sevcb()
541 pr_dbf_vcb(vcb); in get_sevcb()
575 struct vcb *vcb; in create_key_from_sevcb() local
582 if (!vcb || !vce) in create_key_from_sevcb()
589 extract_vce_from_sevcb(vcb, vce); in create_key_from_sevcb()
[all …]