| /xnu-12377.41.6/bsd/net/ |
| H A D | content_filter_crypto.c | 126 cchmac_update(di, ctx, sizeof(context), context); in cfil_crypto_update_context() 127 cchmac_update(di, ctx, sizeof(context_string) - 1, context_string); in cfil_crypto_update_context() 128 cchmac_update(di, ctx, sizeof(separator), &separator); in cfil_crypto_update_context() 129 cchmac_update(di, ctx, sizeof(struct cfil_crypto_data), data); in cfil_crypto_update_context() 132 cchmac_update(di, ctx, extra_data[extra_idx].iov_len, extra_data[extra_idx].iov_base); in cfil_crypto_update_context()
|
| H A D | necp.c | 1864 cchmac_update(di, ctx, sizeof(context), context); in necp_sign_update_context() 1865 …cchmac_update(di, ctx, strlen(context_string), __unsafe_null_terminated_to_indexable(context_strin… in necp_sign_update_context() 1866 cchmac_update(di, ctx, sizeof(separator), &separator); in necp_sign_update_context() 1867 cchmac_update(di, ctx, sizeof(uuid_t), client_id); in necp_sign_update_context() 1868 cchmac_update(di, ctx, sizeof(sign_type), &sign_type); in necp_sign_update_context() 1869 cchmac_update(di, ctx, data_length, data); in necp_sign_update_context() 1964 cchmac_update(di, ctx, sizeof(context), context); in necp_sign_application_id_update_context() 1965 cchmac_update(di, ctx, sizeof(context_string) - 1, context_string); in necp_sign_application_id_update_context() 1966 cchmac_update(di, ctx, sizeof(separator), &separator); in necp_sign_application_id_update_context() 1967 cchmac_update(di, ctx, sizeof(uuid_t), client_id); in necp_sign_application_id_update_context() [all …]
|
| /xnu-12377.41.6/osfmk/corecrypto/ |
| H A D | cchkdf.c | 98 cchmac_update(di, hc, Tlen, T); in cchkdf_expand() 99 cchmac_update(di, hc, info_nbytes, info); in cchkdf_expand() 101 cchmac_update(di, hc, 1, &b); in cchkdf_expand()
|
| H A D | ccdrbg_nisthmac.c | 106 cchmac_update(info, hmac_ctx, outlen, drbg_ctx->V); in update() 108 cchmac_update(info, hmac_ctx, sizeof(b), &b); in update() 116 cchmac_update(info, hmac_ctx, nbytes, buf); in update()
|
| H A D | cchmac_update.c | 40 cchmac_update(const struct ccdigest_info *di, cchmac_ctx_t hc, in cchmac_update() function
|
| H A D | cchmac.c | 52 cchmac_update(di, hc, data_len, data); in cchmac()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | tcp_syncookie.c | 541 cchmac_update(di, ctx, sizeof(tpi->ip6->ip6_src.s6_addr), &tpi->ip6->ip6_src.s6_addr); in syncookie_hmac_sha256() 542 cchmac_update(di, ctx, sizeof(tpi->ip6->ip6_dst.s6_addr), &tpi->ip6->ip6_dst.s6_addr); in syncookie_hmac_sha256() 544 cchmac_update(di, ctx, sizeof(tpi->ip->ip_src.s_addr), &tpi->ip->ip_src.s_addr); in syncookie_hmac_sha256() 545 cchmac_update(di, ctx, sizeof(tpi->ip->ip_dst.s_addr), &tpi->ip->ip_dst.s_addr); in syncookie_hmac_sha256() 547 cchmac_update(di, ctx, sizeof(tpi->th->th_sport), &tpi->th->th_sport); in syncookie_hmac_sha256() 548 cchmac_update(di, ctx, sizeof(tpi->th->th_dport), &tpi->th->th_dport); in syncookie_hmac_sha256() 549 cchmac_update(di, ctx, sizeof(tpi->irs), &tpi->irs); in syncookie_hmac_sha256() 550 cchmac_update(di, ctx, sizeof(flags), &flags); in syncookie_hmac_sha256()
|
| /xnu-12377.41.6/osfmk/conf/ |
| H A D | Makefile.arm64 | 19 cchmac_update.o \
|
| H A D | files | 393 osfmk/corecrypto/cchmac_update.c standard
|
| /xnu-12377.41.6/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cchmac.h | 58 void cchmac_update(const struct ccdigest_info *di, cchmac_ctx_t ctx,
|
| /xnu-12377.41.6/bsd/nfs/gss/ |
| H A D | gss_krb5_mech.c | 594 cchmac_update(wctx->di, wctx->hmac_ctx, len, data); in do_hmac() 635 cchmac_update(ctx->di, hmac_ctx, header->length, header->value); in krb5_mic() 638 cchmac_update(ctx->di, hmac_ctx, bp->length, bp->value); in krb5_mic() 641 cchmac_update(ctx->di, hmac_ctx, trailer->length, trailer->value); in krb5_mic() 687 cchmac_update(ctx->di, wctx.hmac_ctx, header->length, header->value); in krb5_mic_mbuf() 697 cchmac_update(ctx->di, wctx.hmac_ctx, trailer->length, trailer->value); in krb5_mic_mbuf()
|