Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1481 uint32_t eValue = 0x010001; in OpenSSL_CreateKeypair() local
1535 rsaexp->len <= sizeof (eValue) && in OpenSSL_CreateKeypair()
1538 eValue = *(uint32_t *)rsaexp->val; in OpenSSL_CreateKeypair()
1558 sslPrivKey = RSA_generate_key(keylen, eValue, NULL, NULL); in OpenSSL_CreateKeypair()