Searched refs:octx (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/arch/s390/crypto/ |
D | sha1_s390.c | 52 struct sha1_state *octx = out; in sha1_export() local 54 octx->count = sctx->count; in sha1_export() 55 memcpy(octx->state, sctx->state, sizeof(octx->state)); in sha1_export() 56 memcpy(octx->buffer, sctx->buf, sizeof(octx->buffer)); in sha1_export()
|
D | sha256_s390.c | 48 struct sha256_state *octx = out; in sha256_export() local 50 octx->count = sctx->count; in sha256_export() 51 memcpy(octx->state, sctx->state, sizeof(octx->state)); in sha256_export() 52 memcpy(octx->buf, sctx->buf, sizeof(octx->buf)); in sha256_export()
|
D | sha512_s390.c | 46 struct sha512_state *octx = out; in sha512_export() local 48 octx->count[0] = sctx->count; in sha512_export() 49 octx->count[1] = 0; in sha512_export() 50 memcpy(octx->state, sctx->state, sizeof(octx->state)); in sha512_export() 51 memcpy(octx->buf, sctx->buf, sizeof(octx->buf)); in sha512_export()
|
/linux-2.6.39/arch/sparc/mm/ |
D | srmmu.c | 793 int octx; in cypress_flush_cache_mm() local 798 octx = srmmu_get_context(); in cypress_flush_cache_mm() 820 srmmu_set_context(octx); in cypress_flush_cache_mm() 830 int octx; in cypress_flush_cache_range() local 835 octx = srmmu_get_context(); in cypress_flush_cache_range() 862 srmmu_set_context(octx); in cypress_flush_cache_range() 872 int octx; in cypress_flush_cache_page() local 877 octx = srmmu_get_context(); in cypress_flush_cache_page() 901 srmmu_set_context(octx); in cypress_flush_cache_page()
|
D | sun4c.c | 1291 int octx = sun4c_get_context(); in sun4c_flush_cache_range() local 1321 sun4c_set_context(octx); in sun4c_flush_cache_range() 1336 int octx = sun4c_get_context(); in sun4c_flush_cache_page() local 1343 sun4c_set_context(octx); in sun4c_flush_cache_page() 1440 int octx = sun4c_get_context(); in sun4c_flush_tlb_range() local 1452 sun4c_set_context(octx); in sun4c_flush_tlb_range()
|
/linux-2.6.39/drivers/net/ibm_newemac/ |
D | emac.h | 73 u32 octx; member
|
D | debug.c | 107 in_be32(&p->octx), in_be32(&p->ocrx) in emac_mac_dump()
|