Searched refs:ac_flags (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/common/crypto/aes/
H A Daes_modes.c83 if (aes_ctx->ac_flags & CTR_MODE) {
87 } else if (aes_ctx->ac_flags & CCM_MODE) {
91 } else if (aes_ctx->ac_flags & (GCM_MODE|GMAC_MODE)) {
96 } else if (aes_ctx->ac_flags & CBC_MODE) {
118 if (aes_ctx->ac_flags & CTR_MODE) {
124 } else if (aes_ctx->ac_flags & CCM_MODE) {
128 } else if (aes_ctx->ac_flags & (GCM_MODE|GMAC_MODE)) {
133 } else if (aes_ctx->ac_flags & CBC_MODE) {
/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c420 if (((aes_ctx->ac_flags & (CTR_MODE|CCM_MODE|GCM_MODE|GMAC_MODE))
430 switch (aes_ctx->ac_flags & (CCM_MODE|GCM_MODE|GMAC_MODE)) {
467 if (aes_ctx->ac_flags & CCM_MODE) {
488 } else if (aes_ctx->ac_flags & (GCM_MODE|GMAC_MODE)) {
536 if (((aes_ctx->ac_flags & (CTR_MODE|CCM_MODE|GCM_MODE|GMAC_MODE))
551 switch (aes_ctx->ac_flags & (CCM_MODE|GCM_MODE|GMAC_MODE)) {
584 if (aes_ctx->ac_flags & CCM_MODE) {
605 } else if (aes_ctx->ac_flags & (GCM_MODE|GMAC_MODE)) {
691 if ((aes_ctx->ac_flags & CTR_MODE) && (aes_ctx->ac_remainder_len > 0)) {
728 if ((aes_ctx->ac_flags
[all...]
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c938 ac.ac_flags |= AMR_CMD_DATAOUT;
975 ac.ac_flags |= AMR_CMD_DATAOUT;
1219 (void *)ac, ac->ac_flags));
1221 if (ac->ac_flags & AMR_CMD_DATAOUT) {
1273 ac->ac_flags |= AMR_CMD_MAPPED;
1302 if ((ac->ac_flags & AMR_CMD_MAPPED) && ac->ac_data) {
1317 ac->ac_flags &= ~AMR_CMD_MAPPED;
1333 (void *)ac, ac->ac_flags));
1335 if (ac->ac_flags & AMR_CMD_DATAOUT) {
1341 if (ac->ac_flags
[all...]
H A Damrvar.h133 uint32_t ac_flags; member in struct:amr_command
164 * ac_flags values in amr_command
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_audit.h62 Word ac_flags; /* and its associated flags */ member in struct:__anon1757
H A Daudit.c152 ac.ac_flags = 0;
601 acp->ac_flags |= FLG_AC_BINDTO;
606 acp->ac_flags |= FLG_AC_BINDFROM;
828 if (((racp->ac_flags & FLG_AC_BINDFROM) == 0) ||
829 ((dacp->ac_flags & FLG_AC_BINDTO) == 0))
913 if (((racp->ac_flags & FLG_AC_BINDFROM) == 0) ||
914 ((dacp->ac_flags & FLG_AC_BINDTO) == 0))
992 (racp->ac_flags & FLG_AC_BINDFROM) == 0)
998 if ((dacp->ac_flags & FLG_AC_BINDTO) == 0)
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_debug.c44 P->ac_dip, P->ac_flags, P->ac_timing_flags);
H A Datapi.c113 ata_ctlp->ac_flags |= AC_SCSI_HBA_TRAN_ALLOC;
139 ata_ctlp->ac_flags |= AC_SCSI_HBA_ATTACH;
161 if (ata_ctlp->ac_flags & AC_SCSI_HBA_ATTACH)
164 if (ata_ctlp->ac_flags & AC_SCSI_HBA_TRAN_ALLOC)
H A Data_common.c551 ata_ctlp->ac_flags |= AC_ATAPI_INIT;
557 ata_ctlp->ac_flags |= AC_DISK_INIT;
578 ata_ctlp->ac_flags |= AC_ATTACHED;
634 ata_ctlp->ac_flags &= ~AC_ATTACHED;
637 if (ata_ctlp->ac_flags & AC_DISK_INIT)
641 if (ata_ctlp->ac_flags & AC_ATAPI_INIT)
1121 ata_ctlp->ac_flags |= AC_GHD_INIT;
1143 if (ata_ctlp->ac_flags & AC_GHD_INIT)
2087 ata_ctlp->ac_flags |= AC_BMSTATREG_PIO_BROKEN;
2880 if (!(ata_ctlp->ac_flags
[all...]
H A Data_common.h238 uint_t ac_flags; member in struct:ata_ctl
305 /* ac_flags (per-controller) */
/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h244 #define ac_flags acu.acu_ecb.ecb_common.cc_flags macro

Completed in 86 milliseconds