Searched refs:cchmac_init (Results 1 – 12 of 12) sorted by relevance
| /xnu-12377.41.6/osfmk/corecrypto/ |
| H A D | cchmac.c | 51 cchmac_init(di, hc, key_len, key); in cchmac()
|
| H A D | cchmac_init.c | 50 cchmac_init(const struct ccdigest_info *di, cchmac_ctx_t hc, in cchmac_init() function
|
| H A D | cchkdf.c | 90 cchmac_init(di, hci, prk_nbytes, prk); in cchkdf_expand()
|
| H A D | ccdrbg_nisthmac.c | 104 cchmac_init(info, hmac_ctx, outlen, drbg_ctx->key); in update()
|
| /xnu-12377.41.6/osfmk/conf/ |
| H A D | Makefile.arm64 | 18 cchmac_init.o \
|
| H A D | Makefile.template | 164 cchmac_init.o_CWARNFLAGS_ADD += -Wno-cast-align 266 cchmac_init.o_CWARNFLAGS_ADD += -Wno-sign-conversion
|
| H A D | files | 392 osfmk/corecrypto/cchmac_init.c standard
|
| /xnu-12377.41.6/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cchmac.h | 56 void cchmac_init(const struct ccdigest_info *di, cchmac_ctx_t ctx,
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | content_filter_crypto.c | 163 cchmac_init(state->digest_info, ctx, in cfil_crypto_sign_data()
|
| H A D | necp.c | 1897 cchmac_init(s_necp_resolver_key_state.digest_info, ctx, in necp_sign_resolver_answer() 1932 cchmac_init(s_necp_resolver_key_state.digest_info, ctx, in necp_validate_resolver_answer() 1993 cchmac_init(s_necp_application_id_key_state.digest_info, ctx, in necp_sign_application_id() 2025 cchmac_init(s_necp_application_id_key_state.digest_info, ctx, in necp_validate_application_id()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | tcp_syncookie.c | 539 cchmac_init(di, ctx, CCSHA256_OUTPUT_SIZE, key); in syncookie_hmac_sha256()
|
| /xnu-12377.41.6/bsd/nfs/gss/ |
| H A D | gss_krb5_mech.c | 586 cchmac_init(cctx->di, wctx->hmac_ctx, cctx->keylen, key); in do_hmac_init() 632 cchmac_init(ctx->di, hmac_ctx, ctx->keylen, key2use); in krb5_mic()
|