Home
last modified time | relevance | path

Searched refs:crypto_cancel_ctx (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/
H A Dhash_kef_generic.c68 crypto_cancel_ctx(ctxp); in k5_ef_hash()
/titanic_41/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c1765 crypto_cancel_ctx(mac_context); in kcf_emulate_dual()
1782 crypto_cancel_ctx(mac_context); in kcf_emulate_dual()
1830 crypto_cancel_ctx((crypto_context_t)mac_ctx); in kcf_emulate_dual()
1881 crypto_cancel_ctx(ctx); in kcf_emulate_dual()
H A Dkcf_sched.c1668 crypto_cancel_ctx(crypto_context_t ctx) in crypto_cancel_ctx() function
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dapi.h336 extern void crypto_cancel_ctx(crypto_context_t ctx);
/titanic_41/usr/src/uts/common/crypto/api/
H A Dkcf_dual.c1010 crypto_cancel_ctx(mac_context); in crypto_encrypt_mac_final()
1026 crypto_cancel_ctx(mac_context); in crypto_encrypt_mac_final()
2096 crypto_cancel_ctx(ctx); in crypto_mac_decrypt_final()
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c191 crypto_cancel_ctx(*(spp)); \
197 crypto_cancel_ctx((sp)->sd_digest_ctx); \
201 crypto_cancel_ctx((sp)->sd_encr_ctx); \
205 crypto_cancel_ctx((sp)->sd_decr_ctx); \
209 crypto_cancel_ctx((sp)->sd_sign_ctx); \
213 crypto_cancel_ctx((sp)->sd_verify_ctx); \
217 crypto_cancel_ctx((sp)->sd_sign_recover_ctx); \
221 crypto_cancel_ctx((sp)->sd_verify_recover_ctx); \
H A Ddprov.c4274 crypto_cancel_ctx(context); in dprov_free_context()
4284 crypto_cancel_ctx(cipher_context); in dprov_free_context()
4286 crypto_cancel_ctx(mac_context); in dprov_free_context()
/titanic_41/usr/src/uts/common/inet/kssl/
H A Dksslrec.c1527 crypto_cancel_ctx(spec->cipher_ctx); in kssl_spec_init()
2457 crypto_cancel_ctx(spec->cipher_ctx); in kssl_specsfree()
2464 crypto_cancel_ctx(spec->cipher_ctx); in kssl_specsfree()
/titanic_41/usr/src/uts/sparc/ml/
H A Dmodstubs.s1124 NO_UNLOAD_STUB(kcf, crypto_cancel_ctx, nomod_minus_one);
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1201 NO_UNLOAD_STUB(kcf, crypto_cancel_ctx, nomod_minus_one);
/titanic_41/usr/src/uts/common/io/
H A Dcryptmod.c256 crypto_cancel_ctx(cd->ctx); in cleanup()