Home
last modified time | relevance | path

Searched refs:cchmac_ctx_decl (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/EXTERNAL_HEADERS/corecrypto/
H A Dcchmac.h30 #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-10002.1.13/bsd/net/
H A Dcontent_filter_crypto.c156 cchmac_ctx_decl(state->digest_info->state_size, in cfil_crypto_sign_data()
H A Dnecp.c1592 cchmac_ctx_decl(s_necp_resolver_key_state.digest_info->state_size, in necp_sign_resolver_answer()
1627 cchmac_ctx_decl(s_necp_resolver_key_state.digest_info->state_size, in necp_validate_resolver_answer()