Searched defs:aes_decrypt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Daes.c959 aes_decrypt(void *cookie, uint8_t *block) function
/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c130 static int aes_decrypt(crypto_ctx_t *, crypto_data_t *, crypto_data_t *,
145 aes_decrypt,
520 aes_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, function
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c1572 aes_decrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, function
1597 "aes_decrypt: aes_cbc_cts_decrypt "
1610 "aes_decrypt: do_hmac failed - error %0x", result);
1617 cmn_err(CE_WARN, "aes_decrypt: checksum verification failed");
2566 outmp = aes_decrypt(q, tmi, mp, &sha1_hash);

Completed in 71 milliseconds