Searched defs:crypto_lib_desc_s (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/include/drivers/auth/ |
| H A D | crypto_mod.h | 48 typedef struct crypto_lib_desc_s { struct 49 const char *name; 54 void (*init)(void); 58 int (*verify_signature)(void *data_ptr, unsigned int data_len, 64 int (*verify_hash)(void *data_ptr, unsigned int data_len, 68 int (*calc_hash)(enum crypto_md_algo md_alg, void *data_ptr, 73 int (*convert_pk)(void *full_pk_ptr, unsigned int full_pk_len, 80 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr, 90 void (*finish)(void);
|