Searched refs:bignum_init (Results 1 – 5 of 5) sorted by relevance
71 key->n = bignum_init(); in crypto_rsa_import_public_key()72 key->e = bignum_init(); in crypto_rsa_import_public_key()124 key->n = bignum_init(); in crypto_rsa_import_public_key_parts()125 key->e = bignum_init(); in crypto_rsa_import_public_key_parts()157 key->n = bignum_init(); in crypto_rsa_import_private_key()158 key->e = bignum_init(); in crypto_rsa_import_private_key()159 key->d = bignum_init(); in crypto_rsa_import_private_key()160 key->p = bignum_init(); in crypto_rsa_import_private_key()161 key->q = bignum_init(); in crypto_rsa_import_private_key()162 key->dmp1 = bignum_init(); in crypto_rsa_import_private_key()[all …]
14 struct bignum * bignum_init(void);
30 struct bignum * bignum_init(void) in bignum_init() function
44 zero = bignum_init(); in pkcs8_key_import()
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()