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