Home
last modified time | relevance | path

Searched refs:cchmac_update (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.121.3/bsd/net/
H A Dcontent_filter_crypto.c121 cchmac_update(di, ctx, sizeof(context), context); in cfil_crypto_update_context()
122 cchmac_update(di, ctx, strlen(context_string), context_string); in cfil_crypto_update_context()
123 cchmac_update(di, ctx, sizeof(separator), &separator); in cfil_crypto_update_context()
124 cchmac_update(di, ctx, sizeof(struct cfil_crypto_data), data); in cfil_crypto_update_context()
H A Dnecp.c1521 cchmac_update(di, ctx, sizeof(context), context); in necp_sign_update_context()
1522 cchmac_update(di, ctx, strlen(context_string), context_string); in necp_sign_update_context()
1523 cchmac_update(di, ctx, sizeof(separator), &separator); in necp_sign_update_context()
1524 cchmac_update(di, ctx, sizeof(uuid_t), client_id); in necp_sign_update_context()
1525 cchmac_update(di, ctx, sizeof(query_length), &query_length); in necp_sign_update_context()
1526 cchmac_update(di, ctx, query_length, query); in necp_sign_update_context()
1527 cchmac_update(di, ctx, sizeof(answer_length), &answer_length); in necp_sign_update_context()
1528 cchmac_update(di, ctx, answer_length, answer); in necp_sign_update_context()
/xnu-8020.121.3/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c102 cchmac_update(info, hmac_ctx, outlen, drbg_ctx->V); in update()
104 cchmac_update(info, hmac_ctx, sizeof(b), &b); in update()
112 cchmac_update(info, hmac_ctx, nbytes, buf); in update()
H A Dcchmac_update.c38 cchmac_update(const struct ccdigest_info *di, cchmac_ctx_t hc, in cchmac_update() function
H A Dcchmac.c48 cchmac_update(di, hc, data_len, data); in cchmac()
/xnu-8020.121.3/osfmk/conf/
H A DMakefile.arm6418 cchmac_update.o \
H A Dfiles356 osfmk/corecrypto/cchmac_update.c standard
/xnu-8020.121.3/EXTERNAL_HEADERS/corecrypto/
H A Dcchmac.h58 void cchmac_update(const struct ccdigest_info *di, cchmac_ctx_t ctx,
/xnu-8020.121.3/bsd/nfs/gss/
H A Dgss_krb5_mech.c594 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()