Searched defs:kcf_ctx (Results 1 – 8 of 8) sorted by relevance
340 kcf_context_t *kcf_ctx; in crypto_digest_update() local389 kcf_context_t *kcf_ctx; in crypto_digest_final() local426 kcf_context_t *kcf_ctx; in crypto_digest_key_prov() local460 kcf_context_t *kcf_ctx; in crypto_digest_single() local
477 kcf_context_t *kcf_ctx; in crypto_encrypt_update() local537 kcf_context_t *kcf_ctx; in crypto_encrypt_final() local759 kcf_context_t *kcf_ctx; in crypto_decrypt_update() local819 kcf_context_t *kcf_ctx; in crypto_decrypt_final() local856 kcf_context_t *kcf_ctx; in crypto_encrypt_single() local891 kcf_context_t *kcf_ctx; in crypto_decrypt_single() local
150 kcf_context_t *kcf_ctx; in crypto_sign_single() local178 kcf_context_t *kcf_ctx; in crypto_sign_update() local205 kcf_context_t *kcf_ctx; in crypto_sign_final() local435 kcf_context_t *kcf_ctx; in crypto_sign_recover_single() local
151 kcf_context_t *kcf_ctx; in crypto_verify_single() local180 kcf_context_t *kcf_ctx; in crypto_verify_update() local207 kcf_context_t *kcf_ctx; in crypto_verify_final() local437 kcf_context_t *kcf_ctx; in crypto_verify_recover_single() local
526 kcf_context_t *kcf_ctx; in crypto_mac_update() local575 kcf_context_t *kcf_ctx; in crypto_mac_final() local611 kcf_context_t *kcf_ctx; in crypto_mac_single() local
871 kcf_context_t *kcf_ctx, *kcf_mac_ctx; in crypto_encrypt_mac_update() local974 kcf_context_t *kcf_ctx, *kcf_mac_ctx; in crypto_encrypt_mac_final() local1977 kcf_context_t *kcf_ctx, *kcf_mac_ctx; in crypto_mac_decrypt_update() local2067 kcf_context_t *kcf_ctx, *kcf_mac_ctx; in crypto_mac_decrypt_final() local
115 kcf_context_t *kcf_ctx; in kcf_new_ctx() local602 kcf_context_t *kcf_ctx; in kcf_submit_request() local816 kcf_free_context(kcf_context_t *kcf_ctx) in kcf_free_context()
346 #define KCF_CONTEXT_COND_RELEASE(rv, kcf_ctx) { \ argument