mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
test c**
Origin commit data
------------------
Branch: master
Commit: 890f4e2ea3
Author: max_10 <max_10@gmx.de>
Date: 2015-11-10 (Tue, 10 Nov 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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