mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
test c**
This commit is contained in:
8
libdvbci/dh_rsa_misc.h
Normal file
8
libdvbci/dh_rsa_misc.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __DH_RSA_MISC_H_
|
||||
#define __DH_RSA_MISC_H_
|
||||
|
||||
int dh_gen_exp(uint8_t *dest, int dest_len, uint8_t *dh_g, int dh_g_len, uint8_t *dh_p, int dh_p_len);
|
||||
int dh_mod_exp(uint8_t *dest, int dest_len, uint8_t *base, int base_len, uint8_t *mod, int mod_len, uint8_t *exp, int exp_len);
|
||||
int dh_dhph_signature(uint8_t *out, uint8_t *nonce, uint8_t *dhph, RSA *r);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user