Searched refs:iqmp (Results 1 – 1 of 1) sorted by relevance
27 struct bignum *iqmp; /* 1 / q mod p; CRT coefficient */ member169 key->iqmp = bignum_init(); in crypto_rsa_import_private_key()173 key->dmq1 == NULL || key->iqmp == NULL) { in crypto_rsa_import_private_key()224 pos = crypto_rsa_parse_integer(pos, end, key->iqmp); in crypto_rsa_import_private_key()315 bignum_mulmod(tmp, key->iqmp, key->p, tmp) < 0) in crypto_rsa_exptmod()372 bignum_deinit(key->iqmp); in crypto_rsa_free()