Searched refs:pubKey (Results 1 – 6 of 6) sorted by relevance
158 SECKEYPublicKey* pubKey ;207 for( i = 0 ; ( pubKey = pSecEnv->getPubKey( i ) ) != NULL ; i ++ ) {208 if( xmlSecNssAppliedKeysMngrPubKeyLoad( m_pKeysMngr, pubKey ) < 0 ) {
1114 SECKEYPublicKey* pubKey = NULL ; in createKeysManager() local1147 for( i = 0 ; ( pubKey = this->getPubKey( i ) ) != NULL ; i ++ ) { in createKeysManager()1148 if( xmlSecNssAppliedKeysMngrPubKeyLoad( pKeysMngr, pubKey ) < 0 ) { in createKeysManager()
138 HCRYPTKEY pubKey ;185 for( i = 0 ; ( pubKey = pSecEnv->getPubKey( i ) ) != NULL ; i ++ ) {186 if( xmlSecMSCryptoAppliedKeysMngrPubKeyLoad( m_pKeysMngr, pubKey ) < 0 ) {
1242 HCRYPTKEY pubKey ; in createKeysManager() local1265 for( i = 0 ; ( pubKey = getPubKey( i ) ) != NULL ; i ++ ) { in createKeysManager()1266 if( xmlSecMSCryptoAppliedKeysMngrPubKeyLoad( pKeysMngr, pubKey ) < 0 ) { in createKeysManager()
62 + HCRYPTKEY pubKey164 + SECKEYPublicKey* pubKey575 + HCRYPTKEY pubKey1022 + SECKEYPublicKey* pubKey1029 + xmlSecAssert2( pubKey != NULL , -1 ) ;1042 + data = xmlSecNssPKIAdoptKey( NULL, pubKey ) ;1554 + pubKey = NULL ;1566 + pubKey = curPub->key ;1570 + if( pubKey != NULL ) {5488 + SECKEYPublicKey *pubKey = NULL;[all …]
2115 if (pk11_ECGetPubkeyEncoding(pubKey) == ECPoint_XOnly) {2120 &pubKey->u.ec.publicValue,
Completed in 155 milliseconds