Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/genwqe/
Dgenwqe_card.h357 #define DDCB_ASV_LENGTH 64 /* len of the DDCB ASV array */ macro
428 __u8 asv[DDCB_ASV_LENGTH];
/linux-4.19.296/drivers/misc/genwqe/
Dcard_ddcb.c342 memcpy(&req->cmd.asv[0], &pddcb->asv[0], DDCB_ASV_LENGTH); in copy_ddcb_results()
928 if (cmd->asv_length > DDCB_ASV_LENGTH) { in __genwqe_execute_raw_ddcb()