Home
last modified time | relevance | path

Searched refs:context_string (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/net/ !
H A Dcontent_filter_crypto.c124 const char context_string[] = "NEFilterCrypto"; in cfil_crypto_update_context() local
127 cchmac_update(di, ctx, sizeof(context_string) - 1, context_string); in cfil_crypto_update_context()
H A Dnecp.c1862 const char * __null_terminated context_string = "NECP Resolver Binder"; in necp_sign_update_context() local
1865 …cchmac_update(di, ctx, strlen(context_string), __unsafe_null_terminated_to_indexable(context_strin… in necp_sign_update_context()
1962 const char context_string[] = "NECP Application ID"; in necp_sign_application_id_update_context() local
1965 cchmac_update(di, ctx, sizeof(context_string) - 1, context_string); in necp_sign_application_id_update_context()