Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dcert_store.c121 struct vcb { struct
512 static void fill_vcb_input(struct vcssb *vcssb, struct vcb *vcb, u16 index) in fill_vcb_input() argument
514 memset(vcb, 0, sizeof(*vcb)); in fill_vcb_input()
523 static void extract_vce_from_sevcb(struct vcb *vcb, struct vce *vce) in extract_vce_from_sevcb() argument
532 static int get_sevcb(struct vcssb *vcssb, u16 index, struct vcb *vcb) in get_sevcb() argument
536 fill_vcb_input(vcssb, vcb, index); in get_sevcb()
540 pr_dbf_vcb(vcb); in get_sevcb()
574 struct vcb *vcb; in create_key_from_sevcb() local
581 if (!vcb || !vce) in create_key_from_sevcb()
588 extract_vce_from_sevcb(vcb, vce); in create_key_from_sevcb()
[all …]