Home
last modified time | relevance | path

Searched refs:ac_flags (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_modes.c78 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()
/freebsd-14.2/sys/contrib/openzfs/module/icp/io/
H A Daes.c364 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 …]
/freebsd-14.2/crypto/heimdal/lib/gssapi/krb5/
H A Daccept_sec_context.c161 int32_t ac_flags, ret = GSS_S_COMPLETE; in gsskrb5_accept_delegated_token() local
187 &ac_flags); in gsskrb5_accept_delegated_token()
194 ac_flags); in gsskrb5_accept_delegated_token()
/freebsd-14.2/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h259 #define ac_flags acu.acu_ecb.ecb_common.cc_flags macro