Searched refs:cchmac_update (Results 1 – 9 of 9) sorted by relevance
| /xnu-8019.80.24/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 | 1368 cchmac_update(di, ctx, sizeof(context), context); in necp_sign_update_context() 1369 cchmac_update(di, ctx, strlen(context_string), context_string); in necp_sign_update_context() 1370 cchmac_update(di, ctx, sizeof(separator), &separator); in necp_sign_update_context() 1371 cchmac_update(di, ctx, sizeof(uuid_t), client_id); in necp_sign_update_context() 1372 cchmac_update(di, ctx, sizeof(query_length), &query_length); in necp_sign_update_context() 1373 cchmac_update(di, ctx, query_length, query); in necp_sign_update_context() 1374 cchmac_update(di, ctx, sizeof(answer_length), &answer_length); in necp_sign_update_context() 1375 cchmac_update(di, ctx, answer_length, answer); in necp_sign_update_context()
|
| /xnu-8019.80.24/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-8019.80.24/osfmk/conf/ |
| H A D | Makefile.arm64 | 18 cchmac_update.o \
|
| H A D | files | 355 osfmk/corecrypto/cchmac_update.c standard
|
| /xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cchmac.h | 58 void cchmac_update(const struct ccdigest_info *di, cchmac_ctx_t ctx,
|
| /xnu-8019.80.24/bsd/nfs/gss/ |
| H A D | gss_krb5_mech.c | 595 cchmac_update(wctx->di, wctx->hmac_ctx, len, data); in do_hmac() 636 cchmac_update(ctx->di, hmac_ctx, header->length, header->value); in krb5_mic() 639 cchmac_update(ctx->di, hmac_ctx, bp->length, bp->value); in krb5_mic() 642 cchmac_update(ctx->di, hmac_ctx, trailer->length, trailer->value); in krb5_mic() 688 cchmac_update(ctx->di, wctx.hmac_ctx, header->length, header->value); in krb5_mic_mbuf() 698 cchmac_update(ctx->di, wctx.hmac_ctx, trailer->length, trailer->value); in krb5_mic_mbuf()
|