Home
last modified time | relevance | path

Searched refs:aes_encrypt (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.h46 extern void aes_encrypt(void *, uint8_t *);
H A Daes_test.c96 aes_encrypt(ah, work); in aestest()
H A Daes.c756 aes_encrypt(void *cookie, uint8_t *block) in aes_encrypt() function
/titanic_50/usr/src/lib/libwanbootutil/common/
H A Dmapfile-vers44 aes_encrypt;
/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.c122 static int aes_encrypt(crypto_ctx_t *, crypto_data_t *, crypto_data_t *,
140 aes_encrypt,
405 aes_encrypt(crypto_ctx_t *ctx, crypto_data_t *plaintext, in aes_encrypt() 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.c1654 aes_encrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, in aes_encrypt() function
2608 outmp = aes_encrypt(q, tmi, mp, &sha1_hash); in do_encrypt()