Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1637 KMF_ATTRIBUTE storeattrs[4]; /* max. 4 attributes needed */ in OpenSSL_CreateKeypair() local
1650 storeattrs[i].type = KMF_DIRPATH_ATTR; in OpenSSL_CreateKeypair()
1651 storeattrs[i].pValue = dirpath; in OpenSSL_CreateKeypair()
1652 storeattrs[i].valueLen = strlen(dirpath); in OpenSSL_CreateKeypair()
1660 storeattrs[i].type = KMF_KEY_FILENAME_ATTR; in OpenSSL_CreateKeypair()
1661 storeattrs[i].pValue = keyfile; in OpenSSL_CreateKeypair()
1662 storeattrs[i].valueLen = strlen(keyfile); in OpenSSL_CreateKeypair()
1670 storeattrs[i].type = KMF_ENCODE_FORMAT_ATTR; in OpenSSL_CreateKeypair()
1671 storeattrs[i].pValue = &format; in OpenSSL_CreateKeypair()
1672 storeattrs[i].valueLen = sizeof (format); in OpenSSL_CreateKeypair()
[all …]