Searched refs:bignum_init (Results 1 – 3 of 3) sorted by relevance
56 pub = bignum_init(); in crypto_dh_derive_secret()66 p = bignum_init(); in crypto_dh_derive_secret()67 q = bignum_init(); in crypto_dh_derive_secret()68 tmp = bignum_init(); in crypto_dh_derive_secret()97 bn_base = bignum_init(); in crypto_mod_exp()98 bn_exp = bignum_init(); in crypto_mod_exp()99 bn_modulus = bignum_init(); in crypto_mod_exp()100 bn_result = bignum_init(); in crypto_mod_exp()
14 struct bignum * bignum_init(void);
30 struct bignum * bignum_init(void) in bignum_init() function