Searched refs:cchmac_update (Results 1 – 9 of 9) sorted by relevance
| /xnu-8020.121.3/bsd/net/ |
| H A D | content_filter_crypto.c | 121 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 D | necp.c | 1521 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 D | ccdrbg_nisthmac.c | 102 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 D | cchmac_update.c | 38 cchmac_update(const struct ccdigest_info *di, cchmac_ctx_t hc, in cchmac_update() function
|
| H A D | cchmac.c | 48 cchmac_update(di, hc, data_len, data); in cchmac()
|
| /xnu-8020.121.3/osfmk/conf/ |
| H A D | Makefile.arm64 | 18 cchmac_update.o \
|
| H A D | files | 356 osfmk/corecrypto/cchmac_update.c standard
|
| /xnu-8020.121.3/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cchmac.h | 58 void cchmac_update(const struct ccdigest_info *di, cchmac_ctx_t ctx,
|
| /xnu-8020.121.3/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()
|