Searched refs:ac_flags (Results 1 – 4 of 4) sorted by relevance
78 if (aes_ctx->ac_flags & CTR_MODE) { in aes_encrypt_contiguous_blocks()81 } else if (aes_ctx->ac_flags & CCM_MODE) { in aes_encrypt_contiguous_blocks()85 } else if (aes_ctx->ac_flags & (GCM_MODE|GMAC_MODE)) { in aes_encrypt_contiguous_blocks()89 } else if (aes_ctx->ac_flags & CBC_MODE) { in aes_encrypt_contiguous_blocks()111 if (aes_ctx->ac_flags & CTR_MODE) { in aes_decrypt_contiguous_blocks()116 } else if (aes_ctx->ac_flags & CCM_MODE) { in aes_decrypt_contiguous_blocks()120 } else if (aes_ctx->ac_flags & (GCM_MODE|GMAC_MODE)) { in aes_decrypt_contiguous_blocks()124 } else if (aes_ctx->ac_flags & CBC_MODE) { in aes_decrypt_contiguous_blocks()
364 if (aes_ctx->ac_flags & CCM_MODE) { in aes_encrypt()481 if (aes_ctx->ac_flags & CCM_MODE) { in aes_decrypt()688 if (aes_ctx->ac_flags & CTR_MODE) { in aes_encrypt_final()695 } else if (aes_ctx->ac_flags & CCM_MODE) { in aes_encrypt_final()751 if ((aes_ctx->ac_flags & CTR_MODE) == 0) in aes_decrypt_final()763 if (aes_ctx->ac_flags & CCM_MODE) { in aes_decrypt_final()946 if (aes_ctx.ac_flags & PROVIDER_OWNS_KEY_SCHEDULE) { in aes_encrypt_atomic()950 if (aes_ctx.ac_flags & (GCM_MODE|GMAC_MODE)) { in aes_encrypt_atomic()1095 if (aes_ctx.ac_flags & CCM_MODE) { in aes_decrypt_atomic()1188 aes_ctx->ac_flags |= PROVIDER_OWNS_KEY_SCHEDULE; in aes_common_init_ctx()[all …]
161 int32_t ac_flags, ret = GSS_S_COMPLETE; in gsskrb5_accept_delegated_token() local187 &ac_flags); in gsskrb5_accept_delegated_token()194 ac_flags); in gsskrb5_accept_delegated_token()
259 #define ac_flags acu.acu_ecb.ecb_common.cc_flags macro