Lines Matching defs:init
418 op->init = 0;
516 op.init = 1;
703 op.init = 1;
746 op.init = 1;
768 op.init = 0;
797 op.init = 1;
816 op.init = 0;
855 op.init = 1;
956 op.init = (aes->mode == CCP_AES_MODE_ECB) ? 0 : 1;
1151 op.init = 1;
1339 op.init = (des3->mode == CCP_DES3_MODE_ECB) ? 0 : 1;
1498 const void *init;
1592 init = (void *) ccp_sha1_init;
1602 init = (void *) ccp_sha224_init;
1613 init = (void *) ccp_sha256_init;
1620 init = (void *) ccp_sha384_init;
1628 init = (void *) ccp_sha512_init;
1665 memcpy(ctx.address + ioffset, init, ctx_size);
1669 memcpy(ctx.address + ctx_size / 2, init,
1671 memcpy(ctx.address, init + ctx_size / 2,