Home | History | Annotate | Download | only in importer

Lines Matching refs:arena

144 pk11Decrypt(PK11SlotInfo *slot, PLArenaPool *arena,
160 PORT_ArenaAlloc(arena, paddedResult.len));
186 PLArenaPool *arena = 0;
188 arena = PORT_NewArena(SEC_ASN1_DEFAULT_ARENA_SIZE);
189 if (!arena) { rv = SECFailure; goto loser; }
193 rv = SEC_QuickDERDecodeItem(arena, &sdrResult, g_template, data);
206 rv = pk11Decrypt(slot, arena, type, key, params,
229 rv = pk11Decrypt(slot, arena, type, testKey, params,
263 if (arena) PORT_FreeArena(arena, PR_TRUE);