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 | 47 typedef struct crypto_lib_desc_s { struct 48 const char *name; 53 void (*init)(void); 57 int (*verify_signature)(void *data_ptr, unsigned int data_len, 63 int (*verify_hash)(void *data_ptr, unsigned int data_len, 67 int (*calc_hash)(enum crypto_md_algo md_alg, void *data_ptr, 72 int (*convert_pk)(void *full_pk_ptr, unsigned int full_pk_len, 79 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr, 89 void (*finish)(void);
|