Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentPKIKeyOpenSSL.cpp81 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 DKMSAgentPKIKey.cpp111 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 DKMSAgentPKICommon.h138 const char * const i_pPassphrase,
153 const char * const i_pPassphrase,
221 char *i_pPassphrase);
H A DKMSAgentPKIimpl.h119 const char * const i_pPassphrase,
129 const char * const i_pPassphrase,
H A DKMSAgentPKICert.cpp153 char *i_pPassphrase) in LoadPKCS12CertAndKey() argument
194 if (!PKCS12_parse(pPKCS12Request, i_pPassphrase, in LoadPKCS12CertAndKey()
H A DKMSAgentStorage.h135 utf8char *i_pPassphrase,
H A DKMSAgent.h736 utf8cstr const i_pPassphrase,
H A DKMSAgent.cpp1087 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 DKMSAgentStorage.cpp1178 utf8char *i_pPassphrase, in GetPKCS12CertAndKey() argument
1194 i_pEntityPrivateKey, i_pPassphrase); in GetPKCS12CertAndKey()