Lines Matching refs:symkey
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 ) {
325 + context->symkey = symkey ;
349 + xmlSecAssert2( ctx->symkey != NULL , -1 ) ;
486 + ctx->symkey, secParam);
529 + xmlSecAssert2( ctx->symkey != NULL , -1 ) ;
640 + xmlSecAssert2( ctx->symkey != NULL , -1 ) ;