Searched refs:cchmac_ctx_decl (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cchmac.h | 30 #define cchmac_ctx_decl(STATE_SIZE, BLOCK_SIZE, _name_) cc_ctx_decl_vla(struct cchmac_ctx, cchmac_c… macro 32 #define cchmac_di_decl(_di_, _name_) cchmac_ctx_decl((_di_)->state_size, (_di_)->block_size, _name_)
|
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | ah.h | 70 cchmac_ctx_decl(CCSHA512_STATE_SIZE, CCSHA512_BLOCK_SIZE, hmac_ctx);
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | content_filter_crypto.c | 161 cchmac_ctx_decl(state->digest_info->state_size, in cfil_crypto_sign_data()
|
| H A D | necp.c | 1895 cchmac_ctx_decl(s_necp_resolver_key_state.digest_info->state_size, in necp_sign_resolver_answer() 1930 cchmac_ctx_decl(s_necp_resolver_key_state.digest_info->state_size, in necp_validate_resolver_answer() 1991 cchmac_ctx_decl(s_necp_application_id_key_state.digest_info->state_size, in necp_sign_application_id() 2023 cchmac_ctx_decl(s_necp_application_id_key_state.digest_info->state_size, in necp_validate_application_id()
|
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | tcp_syncookie.c | 538 cchmac_ctx_decl(di->state_size, di->block_size, ctx); in syncookie_hmac_sha256()
|