Home
last modified time | relevance | path

Searched defs:wb_key_struct (Results 1 – 1 of 1) sorted by relevance

/base/tee/tee_os_framework/lib/syslib/libelf_verify_key/src/
Dta_load_key.h69 struct wb_key_struct { struct
70 unsigned char wb_rsa_priv_p[WB_PRIV_LEN];
71 uint32_t wb_rsa_priv_p_len;
72 unsigned char wb_rsa_priv_q[WB_PRIV_LEN];
73 uint32_t wb_rsa_priv_q_len;
74 unsigned char wb_rsa_priv_dp[WB_PRIV_LEN];
75 uint32_t wb_rsa_priv_dp_len;
76 unsigned char wb_rsa_priv_dq[WB_PRIV_LEN];
77 uint32_t wb_rsa_priv_dq_len;
78 unsigned char wb_rsa_priv_qinv[WB_PRIV_LEN];
[all …]