Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dnsmb_sign_kcf.c90 crypto_cancel_ctx(ctx); in smb_md5_update()
166 crypto_cancel_ctx(ctx); in smb2_hmac_update()
246 crypto_cancel_ctx(ctx); in smb3_cmac_update()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_sign_kcf.c91 crypto_cancel_ctx(ctx); in smb_md5_update()
167 crypto_cancel_ctx(ctx); in smb2_hmac_update()
284 crypto_cancel_ctx(ctx); in smb3_cmac_update()
H A Dsmb31_preauth.c113 crypto_cancel_ctx(ctx); in smb_sha512_update()
H A Dsmb3_encrypt_kcf.c205 crypto_cancel_ctx(ctxp->ctx); in smb3_enc_ctx_done()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/
H A Dhash_kef_generic.c66 crypto_cancel_ctx(ctxp); in k5_ef_hash()
/illumos-gate/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
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dapi.h336 extern void crypto_cancel_ctx(crypto_context_t ctx);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c199 crypto_cancel_ctx(*(spp)); \
205 crypto_cancel_ctx((sp)->sd_digest_ctx); \
209 crypto_cancel_ctx((sp)->sd_encr_ctx); \
213 crypto_cancel_ctx((sp)->sd_decr_ctx); \
217 crypto_cancel_ctx((sp)->sd_sign_ctx); \
221 crypto_cancel_ctx((sp)->sd_verify_ctx); \
225 crypto_cancel_ctx((sp)->sd_sign_recover_ctx); \
229 crypto_cancel_ctx((sp)->sd_verify_recover_ctx); \
233 crypto_cancel_ctx((sp)->sd_mac_ctx); \
H A Ddprov.c4300 crypto_cancel_ctx(context); in dprov_free_context()
4310 crypto_cancel_ctx(cipher_context); in dprov_free_context()
4312 crypto_cancel_ctx(mac_context); in dprov_free_context()
/illumos-gate/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()
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S1071 NO_UNLOAD_STUB(kcf, crypto_cancel_ctx, nomod_minus_one);
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S939 NO_UNLOAD_STUB(kcf, crypto_cancel_ctx, nomod_minus_one);
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c258 crypto_cancel_ctx(cd->ctx); in cleanup()