Searched refs:symkey (Results 1 – 4 of 4) sorted by relevance
226 + PK11SymKey* symkey ) ;2175 + PK11SymKey* symkey ;2284 + context->symkey = NULL ;2300 + if( context->symkey != NULL ) {2301 + PK11_FreeSymKey( context->symkey ) ;2302 + context->symkey = NULL ;2342 + PK11SymKey* symkey = NULL ;2350 + if( context == NULL || context->keyId == NULL || context->symkey != NULL ) {2370 + if( ( symkey = xmlSecNssSymKeyDataGetKey( keyData ) ) == NULL ) {2379 + context->symkey = symkey ;[all …]
40 + PK11SymKey* symkey ;174 + context->symkey = NULL ;210 + if( context->symkey != NULL ) {211 + PK11_FreeSymKey( context->symkey ) ;212 + context->symkey = NULL ;261 + if( context->symkey != NULL )262 + cipherSize = PK11_GetKeyLength( context->symkey ) ; 286 + PK11SymKey* symkey = NULL ;296 + if( context == NULL || context->keyId == NULL || context->symkey != NULL ) {316 + if( ( symkey = xmlSecNssSymKeyDataGetKey( keyData ) ) == NULL ) {[all …]
297 PK11SymKey* symkey ; in adoptSymKey() local308 symkey = PK11_ReferenceSymKey( aSymKey ) ; in adoptSymKey()309 if( symkey == NULL ) in adoptSymKey()313 m_tSymKeyList.push_back( symkey ) ; in adoptSymKey()315 PK11_FreeSymKey( symkey ) ; in adoptSymKey()321 PK11SymKey* symkey ; in rejectSymKey() local327 symkey = *keyIt ; in rejectSymKey()328 PK11_FreeSymKey( symkey ) ; in rejectSymKey()337 PK11SymKey* symkey ; in getSymKey() local341 symkey = NULL ; in getSymKey()[all …]
338 HCRYPTKEY symkey ; in adoptSymKey() local353 symkey = aSymKey ; in adoptSymKey()356 m_tSymKeyList.push_back( symkey ) ; in adoptSymKey()358 CryptDestroyKey( symkey ) ; in adoptSymKey()364 HCRYPTKEY symkey ; in rejectSymKey() local370 symkey = *keyIt ; in rejectSymKey()371 CryptDestroyKey( symkey ) ; in rejectSymKey()380 HCRYPTKEY symkey ; in getSymKey() local384 symkey = NULL ; in getSymKey()388 symkey = *keyIt ; in getSymKey()[all …]