Home
last modified time | relevance | path

Searched refs:eValue (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1458 uint32_t eValue = RSA_F4; in OpenSSL_CreateKeypair() local
1474 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()