Searched refs:symKey (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/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()
|
| /AOO41X/main/libxmlsec/ |
| H A D | xmlsec1-customkeymanage.patch | 56 + HCRYPTKEY symKey 158 + PK11SymKey* symKey 228 +XMLSEC_CRYPTO_EXPORT xmlSecKeyDataPtr xmlSecNssSymKeyDataKeyAdopt( PK11SymKey* symKey ) ; 566 + HCRYPTKEY symKey 955 + PK11SymKey* symKey 962 + xmlSecAssert2( symKey != NULL , -1 ) ; 975 + data = xmlSecNssSymKeyDataKeyAdopt( symKey ) ; 1519 + PK11SymKey* symKey ; 1523 + symKey = PK11_ListFixedKeysInSlot( slot , ( char* )name , NULL ) ; 1524 + for( curKey = symKey ; curKey != NULL ; curKey = PK11_GetNextSymKey( curKey ) ) { [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);
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|