Searched refs:crypto_encrypt_final (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_crypto_wep.c | 409 rv = crypto_encrypt_final(ctx, &d2, NULL); in rc4_final()
|
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | api.h | 183 extern int crypto_encrypt_final(crypto_context_t ctx,
|
H A D | ioctl.h | 280 typedef struct crypto_encrypt_final { struct
|
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_cipher.c | 533 crypto_encrypt_final(crypto_context_t context, crypto_data_t *ciphertext, in crypto_encrypt_final() function
|
H A D | kcf_dual.c | 1001 error = crypto_encrypt_final(context, in crypto_encrypt_mac_final()
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 1016 NO_UNLOAD_STUB(kcf, crypto_encrypt_final, nomod_minus_one);
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | modstubs.S | 886 NO_UNLOAD_STUB(kcf, crypto_encrypt_final, nomod_minus_one);
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 3081 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 D | dprov.c | 6253 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 D | cryptmod.c | 1390 result = crypto_encrypt_final(tmi->enc_data.ctx, &ct, NULL); in aes_cbc_cts_encrypt()
|