Searched refs:i_pPassphrase (Results 1 – 9 of 9) sorted by relevance
| /onnv-gate/usr/src/lib/libkmsagent/common/ |
| H A D | KMSAgentPKIKeyOpenSSL.cpp | 81 const char * const i_pPassphrase) in SavePrivateKeyToMemoryBIO() argument 88 if(i_pPassphrase != NULL) in SavePrivateKeyToMemoryBIO() 106 NULL,0,NULL, (char*) i_pPassphrase); in SavePrivateKeyToMemoryBIO() 123 const char * const i_pPassphrase, in SavePrivateKeyToBuffer() argument 138 pMemBio = SavePrivateKeyToMemoryBIO( pPKeyControl, i_pPassphrase ); in SavePrivateKeyToBuffer() 173 char *i_pPassphrase ) in LoadPrivateKeyFromBIO() argument 192 pKey=PEM_read_bio_PrivateKey(i_pBio,NULL,NULL,i_pPassphrase); in LoadPrivateKeyFromBIO() 208 const char * const i_pPassphrase, in LoadPrivateKeyFromBuffer() argument 227 pMemBio, (char *)i_pPassphrase ); in LoadPrivateKeyFromBuffer()
|
| H A D | KMSAgentPKIKey.cpp | 111 const char * const i_pPassphrase, in Save() argument 118 i_pPassphrase, in Save() 124 const char * const i_pPassphrase, in Load() argument 130 i_pPassphrase, in Load()
|
| H A D | KMSAgentPKICommon.h | 138 const char * const i_pPassphrase, 153 const char * const i_pPassphrase, 221 char *i_pPassphrase);
|
| H A D | KMSAgentPKIimpl.h | 119 const char * const i_pPassphrase, 129 const char * const i_pPassphrase,
|
| H A D | KMSAgentPKICert.cpp | 153 char *i_pPassphrase) in LoadPKCS12CertAndKey() argument 194 if (!PKCS12_parse(pPKCS12Request, i_pPassphrase, in LoadPKCS12CertAndKey()
|
| H A D | KMSAgentStorage.h | 135 utf8char *i_pPassphrase,
|
| H A D | KMSAgent.h | 736 utf8cstr const i_pPassphrase,
|
| H A D | KMSAgent.cpp | 1087 utf8cstr const i_pPassphrase, in KMSAgent_LoadProfile() argument 1139 if ((i_pAgentID && !i_pPassphrase) || (i_pPassphrase && !i_pAgentID)) in KMSAgent_LoadProfile() 1157 if (i_pPassphrase && (strlen(i_pPassphrase) <= 0)) in KMSAgent_LoadProfile() 1203 i_pPassphrase, in KMSAgent_LoadProfile() 1220 bool bEnrolling = i_pAgentID && i_pPassphrase; in KMSAgent_LoadProfile()
|
| H A D | KMSAgentStorage.cpp | 1178 utf8char *i_pPassphrase, in GetPKCS12CertAndKey() argument 1194 i_pEntityPrivateKey, i_pPassphrase); in GetPKCS12CertAndKey()
|