Home
last modified time | relevance | path

Searched refs:symKey (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch56 + 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 Dxmlsec1-nssmangleciphers.patch339 - 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);
/aoo42x/main/xmlsecurity/tools/standalone/csfit/
H A Dencrypter.cxx79 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()
/aoo42x/main/xmlsecurity/tools/standalone/mscsfit/
H A Dencrypter.cxx77 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()
/aoo42x/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlsecuritycontext_nssimpl.cxx157 PK11SymKey* symKey ;
198 for( i = 0 ; ( symKey = pSecEnv->getSymKey( i ) ) != NULL ; i ++ ) {
199 if( xmlSecNssAppliedKeysMngrSymKeyLoad( m_pKeysMngr, symKey ) < 0 ) {
H A Dsecurityenvironment_nssimpl.cxx1113 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()
/aoo42x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlsecuritycontext_mscryptimpl.cxx137 HCRYPTKEY symKey ;
176 for( i = 0 ; ( symKey = pSecEnv->getSymKey( i ) ) != NULL ; i ++ ) {
177 if( xmlSecMSCryptoAppliedKeysMngrSymKeyLoad( m_pKeysMngr, symKey ) < 0 ) {
H A Dsecurityenvironment_mscryptimpl.cxx1241 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 220 milliseconds