Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1459 BIGNUM *eValue_bn = NULL; in OpenSSL_CreateKeypair() local
1471 eValue_bn = BN_new(); in OpenSSL_CreateKeypair()
1472 if (eValue_bn == NULL) in OpenSSL_CreateKeypair()
1474 if (BN_set_word(eValue_bn, eValue) == 0) { in OpenSSL_CreateKeypair()
1528 if (BN_set_word(eValue_bn, eValue) == 0) { in OpenSSL_CreateKeypair()
1553 RSA_generate_key_ex(sslPrivKey, keylen, eValue_bn, NULL) in OpenSSL_CreateKeypair()
1680 if (eValue_bn != NULL) in OpenSSL_CreateKeypair()
1681 BN_free(eValue_bn); in OpenSSL_CreateKeypair()