
Data Fields | |
| void * | heap |
| byte * | digest |
| byte * | out |
| byte * | plain |
| int | verify |
| union { | |
| struct RsaKey * rsa | |
| struct ecc_key * ecc | |
| struct ed25519_key * ed25519 | |
| struct ed448_key * ed448 | |
| void * ptr | |
| } | key |
| int | devId |
| int | state |
| int | typeH |
| int | digestSz |
| word32 | keyOID |
| WC_ASYNC_DEV * | asyncDev |
| void * | asyncCtx |
| wc_CallbackEccVerify | pkCbEcc |
| void * | pkCtxEcc |
| wc_CallbackRsaVerify | pkCbRsa |
| void * | pkCtxRsa |
| byte | verifyByTSIP |
| word32 | certBegin |
| word32 | pubkey_n_start |
| word32 | pubkey_n_len |
| word32 | pubkey_e_start |
| word32 | pubkey_e_len |