Searched refs:bignum_init (Results 1 – 5 of 5) sorted by relevance
72 key->n = bignum_init(); in crypto_rsa_import_public_key()73 key->e = bignum_init(); in crypto_rsa_import_public_key()129 key->n = bignum_init(); in crypto_rsa_import_public_key_parts()130 key->e = bignum_init(); in crypto_rsa_import_public_key_parts()162 key->n = bignum_init(); in crypto_rsa_import_private_key()163 key->e = bignum_init(); in crypto_rsa_import_private_key()164 key->d = bignum_init(); in crypto_rsa_import_private_key()165 key->p = bignum_init(); in crypto_rsa_import_private_key()166 key->q = bignum_init(); in crypto_rsa_import_private_key()167 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
49 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()