Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/corecrypto/
H A Dcchmac.c50 cchmac_di_decl(di, hc); in cchmac()
H A Dccdrbg_nisthmac.c99 cchmac_di_decl(info, hmac_ctx); in update()
/xnu-10002.1.13/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-10002.1.13/bsd/nfs/gss/
H A Dgss_krb5_mech.c609 cchmac_di_decl(ctx->di, hmac_ctx); in krb5_mic()
/xnu-10002.1.13/bsd/netinet/
H A Dflow_divert.c571 cchmac_di_decl(g_crypto_funcs->ccsha1_di, hmac_ctx); in flow_divert_packet_compute_hmac()