Searched refs:storeattrs (Results 1 – 1 of 1) sorted by relevance
1637 KMF_ATTRIBUTE storeattrs[4]; /* max. 4 attributes needed */ in OpenSSL_CreateKeypair() local1644 kmf_set_attr_at_index(storeattrs, i, KMF_PRIVKEY_HANDLE_ATTR, in OpenSSL_CreateKeypair()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()[all …]