Searched refs:cc_framework_private (Results 1 – 3 of 3) sorted by relevance
179 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_mac_init_prov()256 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_update()285 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_final()
63 ctx->cc_framework_private = (void *)kcf_ctx; in kcf_new_ctx()
67 void *cc_framework_private; /* owned by framework */ member