Home
last modified time | relevance | path

Searched refs:cchmac_di_decl (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/osfmk/corecrypto/
H A Dcchmac.c46 cchmac_di_decl(di, hc); in cchmac()
H A Dccdrbg_nisthmac.c97 cchmac_di_decl(info, hmac_ctx); in update()
/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dcchmac.h32 #define cchmac_di_decl(_di_, _name_) cchmac_ctx_decl((_di_)->state_size, (_di_)->block_size, _name_) macro
/xnu-8020.101.4/bsd/nfs/gss/
H A Dgss_krb5_mech.c610 cchmac_di_decl(ctx->di, hmac_ctx); in krb5_mic()
/xnu-8020.101.4/bsd/netinet/
H A Dflow_divert.c504 cchmac_di_decl(g_crypto_funcs->ccsha1_di, hmac_ctx); in flow_divert_packet_compute_hmac()