Home
last modified time | relevance | path

Searched refs:aes_decrypt (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/common/net/wanboot/crypt/
H A Dcbc_test.c107 AES_IV_SIZE, aes_encrypt, aes_decrypt); in cbctest()
112 AES_IV_SIZE, aes_encrypt, aes_decrypt); in cbctest()
117 AES_IV_SIZE, aes_encrypt, aes_decrypt); in cbctest()
H A Daes.h47 extern void aes_decrypt(void *, uint8_t *);
H A Daes_test.c102 aes_decrypt(ah, work); in aestest()
H A Daes.c959 aes_decrypt(void *cookie, uint8_t *block) in aes_decrypt() function
/titanic_50/usr/src/lib/libwanbootutil/common/
H A Dmapfile-vers43 aes_decrypt;
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/encr/
H A Dencr.c282 AES_IV_SIZE, aes_encrypt, aes_decrypt); in encr_gen_aes()
/titanic_50/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, in aes_decrypt() function
/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c1269 AES_IV_SIZE, aes_encrypt, aes_decrypt); in process_wanbootfs()
/titanic_50/usr/src/uts/common/io/
H A Dcryptmod.c1572 aes_decrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, in aes_decrypt() function
2566 outmp = aes_decrypt(q, tmi, mp, &sha1_hash); in do_decrypt()