Home
last modified time | relevance | path

Searched defs:kcf_ctx (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_digest.c340 kcf_context_t *kcf_ctx; in crypto_digest_update() local
389 kcf_context_t *kcf_ctx; in crypto_digest_final() local
426 kcf_context_t *kcf_ctx; in crypto_digest_key_prov() local
460 kcf_context_t *kcf_ctx; in crypto_digest_single() local
H A Dkcf_cipher.c477 kcf_context_t *kcf_ctx; in crypto_encrypt_update() local
537 kcf_context_t *kcf_ctx; in crypto_encrypt_final() local
759 kcf_context_t *kcf_ctx; in crypto_decrypt_update() local
819 kcf_context_t *kcf_ctx; in crypto_decrypt_final() local
856 kcf_context_t *kcf_ctx; in crypto_encrypt_single() local
891 kcf_context_t *kcf_ctx; in crypto_decrypt_single() local
H A Dkcf_sign.c150 kcf_context_t *kcf_ctx; in crypto_sign_single() local
178 kcf_context_t *kcf_ctx; in crypto_sign_update() local
205 kcf_context_t *kcf_ctx; in crypto_sign_final() local
435 kcf_context_t *kcf_ctx; in crypto_sign_recover_single() local
H A Dkcf_verify.c151 kcf_context_t *kcf_ctx; in crypto_verify_single() local
180 kcf_context_t *kcf_ctx; in crypto_verify_update() local
207 kcf_context_t *kcf_ctx; in crypto_verify_final() local
437 kcf_context_t *kcf_ctx; in crypto_verify_recover_single() local
H A Dkcf_mac.c526 kcf_context_t *kcf_ctx; in crypto_mac_update() local
575 kcf_context_t *kcf_ctx; in crypto_mac_final() local
611 kcf_context_t *kcf_ctx; in crypto_mac_single() local
H A Dkcf_dual.c871 kcf_context_t *kcf_ctx, *kcf_mac_ctx; in crypto_encrypt_mac_update() local
974 kcf_context_t *kcf_ctx, *kcf_mac_ctx; in crypto_encrypt_mac_final() local
1977 kcf_context_t *kcf_ctx, *kcf_mac_ctx; in crypto_mac_decrypt_update() local
2067 kcf_context_t *kcf_ctx, *kcf_mac_ctx; in crypto_mac_decrypt_final() local
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c115 kcf_context_t *kcf_ctx; in kcf_new_ctx() local
602 kcf_context_t *kcf_ctx; in kcf_submit_request() local
816 kcf_free_context(kcf_context_t *kcf_ctx) in kcf_free_context()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h346 #define KCF_CONTEXT_COND_RELEASE(rv, kcf_ctx) { \ argument