Home
last modified time | relevance | path

Searched refs:pubkey (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx351 SECKEYPublicKey* pubkey ; in adoptPubKey() local
363 if( pubkey == NULL ) in adoptPubKey()
367 m_tPubKeyList.push_back( pubkey ) ; in adoptPubKey()
369 SECKEY_DestroyPublicKey( pubkey ) ; in adoptPubKey()
375 SECKEYPublicKey* pubkey ; in rejectPubKey() local
381 pubkey = *keyIt ; in rejectPubKey()
382 SECKEY_DestroyPublicKey( pubkey ) ; in rejectPubKey()
391 SECKEYPublicKey* pubkey ; in getPubKey() local
395 pubkey = NULL ; in getPubKey()
399 pubkey = *keyIt ; in getPubKey()
[all …]
/aoo4110/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx394 HCRYPTKEY pubkey ; in adoptPubKey() local
409 pubkey = aPubKey ; in adoptPubKey()
412 m_tPubKeyList.push_back( pubkey ) ; in adoptPubKey()
414 CryptDestroyKey( pubkey ) ; in adoptPubKey()
420 HCRYPTKEY pubkey ; in rejectPubKey() local
426 pubkey = *keyIt ; in rejectPubKey()
427 CryptDestroyKey( pubkey ) ; in rejectPubKey()
436 HCRYPTKEY pubkey ; in getPubKey() local
440 pubkey = NULL ; in getPubKey()
444 pubkey = *keyIt ; in getPubKey()
[all …]
/aoo4110/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch1854 - SECKEYPublicKey *pubkey = NULL;
1900 - if (pubkey == NULL) {
1951 - pubkey = NULL;
2082 - if (pubkey != NULL) {
2083 - SECKEY_DestroyPublicKey(pubkey);
3345 + ctxDst->pubkey = NULL ;
3372 if (pubkey != NULL) {
3373 SECKEY_DestroyPublicKey(pubkey);
3433 + pubkey = NULL ;
3444 if (pubkey != NULL) {
[all …]

Completed in 45 milliseconds