Searched refs:aes_decrypt (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/common/net/wanboot/crypt/ |
H A D | cbc_test.c | 107 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 D | aes.h | 47 extern void aes_decrypt(void *, uint8_t *);
|
H A D | aes_test.c | 102 aes_decrypt(ah, work); in aestest()
|
H A D | aes.c | 959 aes_decrypt(void *cookie, uint8_t *block) in aes_decrypt() function
|
/titanic_50/usr/src/lib/libwanbootutil/common/ |
H A D | mapfile-vers | 43 aes_decrypt;
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/encr/ |
H A D | encr.c | 282 AES_IV_SIZE, aes_encrypt, aes_decrypt); in encr_gen_aes()
|
/titanic_50/usr/src/uts/common/crypto/io/ |
H A D | aes.c | 130 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 D | wanboot.c | 1269 AES_IV_SIZE, aes_encrypt, aes_decrypt); in process_wanbootfs()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | cryptmod.c | 1572 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()
|