Searched refs:symkey (Results 1 – 4 of 4) sorted by relevance
2175 + PK11SymKey* symkey ;2379 + context->symkey = symkey ;3605 + context->symkey = PK11_ReferenceSymKey( symkey ) ;3675 + PK11SymKey* symkey ;3684 + symkey = PK11_ReferenceSymKey( ctx->symkey ) ;3686 + symkey = NULL ;3689 + return(symkey);3768 + if( ctxDst->symkey != NULL && ctxDst->symkey != ctxSrc->symkey ) {3773 + if( ctxDst->symkey == NULL && ctxSrc->symkey != NULL )3774 + ctxDst->symkey = PK11_ReferenceSymKey( ctxSrc->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 )325 + context->symkey = symkey ;349 + xmlSecAssert2( ctx->symkey != NULL , -1 ) ;486 + ctx->symkey, secParam);529 + xmlSecAssert2( ctx->symkey != NULL , -1 ) ;[all …]
297 PK11SymKey* symkey ; in adoptSymKey() local309 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()345 symkey = *keyIt ; 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 …]
Completed in 47 milliseconds