| /xnu-11215.81.4/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 | 1935 cchmac_update(di, ctx, sizeof(context), context); in necp_sign_update_context() 1936 …cchmac_update(di, ctx, strlen(context_string), __unsafe_null_terminated_to_indexable(context_strin… in necp_sign_update_context() 1937 cchmac_update(di, ctx, sizeof(separator), &separator); in necp_sign_update_context() 1938 cchmac_update(di, ctx, sizeof(uuid_t), client_id); in necp_sign_update_context() 1939 cchmac_update(di, ctx, sizeof(sign_type), &sign_type); in necp_sign_update_context() 1940 cchmac_update(di, ctx, data_length, data); in necp_sign_update_context() 2035 cchmac_update(di, ctx, sizeof(context), context); in necp_sign_application_id_update_context() 2036 cchmac_update(di, ctx, sizeof(context_string) - 1, context_string); in necp_sign_application_id_update_context() 2037 cchmac_update(di, ctx, sizeof(separator), &separator); in necp_sign_application_id_update_context() 2038 cchmac_update(di, ctx, sizeof(uuid_t), client_id); in necp_sign_application_id_update_context() [all …]
|
| /xnu-11215.81.4/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-11215.81.4/osfmk/conf/ |
| H A D | Makefile.arm64 | 19 cchmac_update.o \
|
| H A D | files | 386 osfmk/corecrypto/cchmac_update.c standard
|
| /xnu-11215.81.4/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cchmac.h | 58 void cchmac_update(const struct ccdigest_info *di, cchmac_ctx_t ctx,
|
| /xnu-11215.81.4/bsd/nfs/gss/ |
| H A D | gss_krb5_mech.c | 593 cchmac_update(wctx->di, wctx->hmac_ctx, len, data); in do_hmac() 634 cchmac_update(ctx->di, hmac_ctx, header->length, header->value); in krb5_mic() 637 cchmac_update(ctx->di, hmac_ctx, bp->length, bp->value); in krb5_mic() 640 cchmac_update(ctx->di, hmac_ctx, trailer->length, trailer->value); in krb5_mic() 686 cchmac_update(ctx->di, wctx.hmac_ctx, header->length, header->value); in krb5_mic_mbuf() 696 cchmac_update(ctx->di, wctx.hmac_ctx, trailer->length, trailer->value); in krb5_mic_mbuf()
|