Searched refs:eValue (Results 1 – 1 of 1) sorted by relevance
1458 uint32_t eValue = RSA_F4; in OpenSSL_CreateKeypair() local1474 if (BN_set_word(eValue_bn, eValue) == 0) { in OpenSSL_CreateKeypair()1525 rsaexp->len <= sizeof (eValue) && in OpenSSL_CreateKeypair()1527 eValue = *(uint32_t *)rsaexp->val; in OpenSSL_CreateKeypair()1528 if (BN_set_word(eValue_bn, eValue) == 0) { in OpenSSL_CreateKeypair()