Searched refs:cc_framework_private (Results 1 – 6 of 6) sorted by relevance
255 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_digest_init_prov()341 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_update()390 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_final()427 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_key_prov()461 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_single()
212 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_cipher_init_prov()479 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_encrypt_update()539 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_encrypt_final()762 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_decrypt_update()822 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_decrypt_final()859 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_encrypt_single()894 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_decrypt_single()
418 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_mac_init_prov()528 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_update()577 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_final()614 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_single()
843 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()873 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()884 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()928 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()958 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()969 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()1339 encr_kcf_ctx = (kcf_context_t *)(ctx->cc_framework_private); in kcf_emulate_dual()1364 mac_ctx->cc_framework_private; in kcf_emulate_dual()1366 mac_ctx->cc_framework_private); in kcf_emulate_dual()1499 mac_ctx->cc_framework_private; in kcf_emulate_dual()[all …]
111 ctx->cc_framework_private = (void *)kcf_ctx; in kcf_new_ctx()611 kcf_ctx = ctx ? (kcf_context_t *)ctx->cc_framework_private : NULL; in kcf_submit_request()1476 ictx = (kcf_context_t *)((crypto_ctx_t *)ctx)->cc_framework_private; in crypto_cancel_ctx()
92 void *cc_framework_private; /* owned by framework */ member