Searched refs:symKey (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/xmlsecurity/tools/standalone/csfit/ |
H A D | encrypter.cxx | 79 PK11SymKey* symKey = NULL ; in main() local 111 symKey = PK11_KeyGen( slot , CKM_DES3_CBC, NULL, 128, NULL ) ; in main() 112 if( symKey == NULL ) { in main() 235 pSecEnv->adoptSymKey( symKey ) ; in main() 287 if( symKey != NULL ) { in main() 288 PK11_FreeSymKey( symKey ) ; in main()
|
/aoo4110/main/libxmlsec/ |
H A D | xmlsec1-customkeymanage.patch | 56 + HCRYPTKEY symKey 158 + PK11SymKey* symKey 566 + HCRYPTKEY symKey 955 + PK11SymKey* symKey 2577 + PK11SymKey* symKey , 3611 + PK11SymKey* symKey 3814 + PK11SymKey* symKey ; 3887 + if( symKey == NULL ) { 3948 + PK11SymKey* symKey ; 4023 + PK11SymKey* symKey ; [all …]
|
H A D | xmlsec1-nssmangleciphers.patch | 339 - PK11SymKey* symKey; 466 - symKey = PK11_ImportSymKey(slot, ctx->cipher, PK11_OriginDerive, 468 - if(symKey == NULL) { 485 - symKey, &ivItem); 494 - PK11_FreeSymKey(symKey); 502 - PK11_FreeSymKey(symKey);
|
/aoo4110/main/xmlsecurity/tools/standalone/mscsfit/ |
H A D | encrypter.cxx | 77 HCRYPTKEY symKey = NULL ; in main() local 118 if( !CryptGenKey( hCryptProv, CALG_RC4, 0x00800000 | CRYPT_EXPORTABLE, &symKey ) ) { in main() 247 pSecEnv->adoptSymKey( symKey ) ; in main() 310 if( symKey != NULL ) { in main() 311 CryptDestroyKey( symKey ) ; in main()
|
/aoo4110/main/xmlsecurity/source/xmlsec/nss/ |
H A D | xmlsecuritycontext_nssimpl.cxx | 157 PK11SymKey* symKey ; 198 for( i = 0 ; ( symKey = pSecEnv->getSymKey( i ) ) != NULL ; i ++ ) { 199 if( xmlSecNssAppliedKeysMngrSymKeyLoad( m_pKeysMngr, symKey ) < 0 ) {
|
H A D | securityenvironment_nssimpl.cxx | 1113 PK11SymKey* symKey = NULL ; in createKeysManager() local 1138 for( i = 0 ; ( symKey = this->getSymKey( i ) ) != NULL ; i ++ ) { in createKeysManager() 1139 if( xmlSecNssAppliedKeysMngrSymKeyLoad( pKeysMngr, symKey ) < 0 ) { in createKeysManager()
|
/aoo4110/main/xmlsecurity/source/xmlsec/mscrypt/ |
H A D | xmlsecuritycontext_mscryptimpl.cxx | 137 HCRYPTKEY symKey ; 176 for( i = 0 ; ( symKey = pSecEnv->getSymKey( i ) ) != NULL ; i ++ ) { 177 if( xmlSecMSCryptoAppliedKeysMngrSymKeyLoad( m_pKeysMngr, symKey ) < 0 ) {
|
H A D | securityenvironment_mscryptimpl.cxx | 1241 HCRYPTKEY symKey ; in createKeysManager() local 1256 for( i = 0 ; ( symKey = getSymKey( i ) ) != NULL ; i ++ ) { in createKeysManager() 1257 if( xmlSecMSCryptoAppliedKeysMngrSymKeyLoad( pKeysMngr, symKey ) < 0 ) { in createKeysManager()
|
Completed in 58 milliseconds