Searched refs:pubExp (Results 1 – 1 of 1) sorted by relevance
66 BIGNUM *pubExp; member915 …SA_generate_multi_prime_key(rsa, params->bits, GetRealPrimes(params->primes), params->pubExp, NULL) in GenerateKeyPair()923 if (RSA_generate_key_ex(rsa, params->bits, params->pubExp, NULL) != HCF_OPENSSL_SUCCESS) { in GenerateKeyPair()976 if (impl->params != NULL && impl->params->pubExp != NULL) { in DestroyKeyGeneratorSpiImpl()977 OpensslBnFree(impl->params->pubExp); in DestroyKeyGeneratorSpiImpl()1431 if (params->pubExp != NULL) { in SetDefaultValue()1445 params->pubExp = e; in SetDefaultValue()1469 OpensslBnFree((*to)->pubExp); in DecodeParams()