Lines Matching defs:context

109 #define	D_CONTEXT	0x00000040	/* context entry points */
1182 * Find object context. Allows the find object init/find/final
1616 /* retrieve the softc and instance number from a SPI crypto context */
1629 * The dprov private context most of the time contains a pointer to the
1642 * When the context refers to a single KCF context, the
1653 * When the context is used for cipher/mac operations, it contains
1664 * Helper macros for context accessors. These macros return the
1665 * k-API context corresponding to the given SPI context for
1930 /* extract softc and instance number from context */
1968 /* extract softc and instance number from context */
1991 /* extract softc and instance number from context */
2014 /* extract softc and instance number from context */
2037 /* extract softc and instance number from context */
2126 /* extract softc and instance number from context */
2159 /* extract softc and instance number from context */
2182 /* extract softc and instance number from context */
2204 /* extract softc and instance number from context */
2346 /* extract softc and instance number from context */
2378 /* extract softc and instance number from context */
2402 /* extract softc and instance number from context */
2427 /* extract softc and instance number from context */
2487 /* extract softc and instance number from context */
2520 /* extract softc and instance number from context */
2544 /* extract softc and instance number from context */
2569 /* extract softc and instance number from context */
2660 /* extract softc and instance number from context */
2693 /* extract softc and instance number from context */
2716 /* extract softc and instance number from context */
2739 /* extract softc and instance number from context */
2797 /* extract softc and instance number from context */
2824 /* extract softc and instance number from context */
2880 /* extract softc and instance number from context */
2912 /* extract softc and instance number from context */
2935 /* extract softc and instance number from context */
2959 /* extract softc and instance number from context */
3018 /* extract softc and instance number from context */
3045 /* extract softc and instance number from context */
3102 /* extract softc and instance number from context */
3130 /* extract softc and instance number from context */
3158 /* extract softc and instance number from context */
3186 /* extract softc and instance number from context */
3220 /* extract softc and instance number from context */
3262 /* extract softc and instance number from context */
3290 /* extract softc and instance number from context */
3316 /* extract softc and instance number from context */
3391 /* extract softc and instance number from context */
3433 /* extract softc and instance number from context */
3458 /* extract softc and instance number from context */
3483 /* extract softc and instance number from context */
4212 * Allocate a dprov-private context based on the specified dprov request.
4213 * For dual cipher/mac requests, the allocated context will
4257 * The dprov private context could contain either
4259 * the context based on its type. The k-API contexts
4260 * that were attached to the dprov private context
4267 crypto_context_t context = DPROV_CTX_SINGLE(ctx);
4271 * We have to cancel the SW provider context also.
4273 if (context != NULL)
4274 crypto_cancel_ctx(context);
5419 /* allocate a dprov-private context */
5536 /* allocate a dprov-private context */
5653 /* allocate a dprov-private context */
5873 /* allocate a dprov-private context */
6131 /* allocate a dprov-private context */
6383 /* allocate a dprov-private context */
7210 /* allocate find context */