Searched refs:cc_framework_private (Results 1 – 9 of 9) sorted by relevance
259 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_digest_init_prov()346 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_update()395 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_final()432 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_key_prov()466 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_single()
84 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_sign_init_prov()156 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_sign_single()184 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_sign_update()211 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_sign_final()424 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_sign_recover_init_prov()441 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_sign_recover_single()
84 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_verify_init_prov()157 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_verify_single()186 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_verify_update()213 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_verify_final()426 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_verify_recover_init_prov()443 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_verify_recover_single()
217 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_cipher_init_prov()483 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_encrypt_update()543 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_encrypt_final()765 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_decrypt_update()825 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_decrypt_final()862 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_encrypt_single()897 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_decrypt_single()
492 encr_kcf_context = (kcf_context_t *)ctx->cc_framework_private; in crypto_encrypt_mac_init_prov()650 ctx->cc_framework_private; in crypto_encrypt_mac_init()683 ctx->cc_framework_private); in crypto_encrypt_mac_init()692 ctx->cc_framework_private; in crypto_encrypt_mac_init()720 ctx->cc_framework_private; in crypto_encrypt_mac_init()723 cc_framework_private; in crypto_encrypt_mac_init()809 encr_kcf_context = (kcf_context_t *)ctx->cc_framework_private; in crypto_encrypt_mac_init()877 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_encrypt_mac_update()980 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_encrypt_mac_final()1619 ctx->cc_framework_private; in crypto_mac_decrypt_init()[all …]
422 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_mac_init_prov()532 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_update()581 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_final()618 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_single()
1180 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()1210 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()1221 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()1265 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()1295 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()1306 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()1675 encr_kcf_ctx = (kcf_context_t *)(ctx->cc_framework_private); in kcf_emulate_dual()1700 mac_ctx->cc_framework_private; in kcf_emulate_dual()1702 mac_ctx->cc_framework_private); in kcf_emulate_dual()1805 decr_kcf_ctx = (kcf_context_t *)(ctx->cc_framework_private); in kcf_emulate_dual()[all …]
136 ctx->cc_framework_private = (void *)kcf_ctx; in kcf_new_ctx()606 kcf_ctx = ctx ? (kcf_context_t *)ctx->cc_framework_private : NULL; in kcf_submit_request()1676 ictx = (kcf_context_t *)((crypto_ctx_t *)ctx)->cc_framework_private; in crypto_cancel_ctx()
92 void *cc_framework_private; /* owned by framework */ member