Home
last modified time | relevance | path

Searched refs:crypto_encrypt_final (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_wep.c409 rv = crypto_encrypt_final(ctx, &d2, NULL); in rc4_final()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dapi.h183 extern int crypto_encrypt_final(crypto_context_t ctx,
H A Dioctl.h280 typedef struct crypto_encrypt_final { struct
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_cipher.c533 crypto_encrypt_final(crypto_context_t context, crypto_data_t *ciphertext, in crypto_encrypt_final() function
H A Dkcf_dual.c1001 error = crypto_encrypt_final(context, in crypto_encrypt_mac_final()
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S1016 NO_UNLOAD_STUB(kcf, crypto_encrypt_final, nomod_minus_one);
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S886 NO_UNLOAD_STUB(kcf, crypto_encrypt_final, nomod_minus_one);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c3081 return (common_final(dev, arg, mode, crypto_encrypt_final)); in encrypt_final()
3099 STRUCT_DECL(crypto_encrypt_final, encrypt_final); in common_final()
3162 ASSERT(final == crypto_encrypt_final || in common_final()
3166 if (final == crypto_encrypt_final) { in common_final()
H A Ddprov.c6253 error = crypto_encrypt_final(DPROV_CTX_SINGLE(ctx), in dprov_cipher_task()
6466 if ((error = crypto_encrypt_final(DPROV_CTX_DUAL_CIPHER(ctx), in dprov_cipher_mac_task()
6552 if ((error = crypto_encrypt_final(DPROV_CTX_DUAL_CIPHER(ctx), in dprov_cipher_mac_task()
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c1390 result = crypto_encrypt_final(tmi->enc_data.ctx, &ct, NULL); in aes_cbc_cts_encrypt()