Searched refs:aes_algorithm (Results 1 – 4 of 4) sorted by relevance
| /external/syslinux/gpxe/src/crypto/ |
| D | aes_wrap.c | 48 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_wrap() 60 cipher_encrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_wrap() 94 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 ); in aes_unwrap() 107 cipher_decrypt ( &aes_algorithm, aes_ctx, B, B, 16 ); in aes_unwrap()
|
| D | axtls_aes.c | 146 struct cipher_algorithm aes_algorithm = { variable 158 aes_algorithm, struct aes_context, AES_BLOCKSIZE );
|
| /external/syslinux/gpxe/src/net/80211/ |
| D | wpa_ccmp.c | 165 cipher_setkey ( &aes_algorithm, ctx->aes_ctx, key, keylen ); in ccmp_init() 201 cipher_encrypt ( &aes_algorithm, ctx->aes_ctx, A, S, 16 ); in ccmp_ctr_xor() 212 cipher_encrypt ( &aes_algorithm, ctx->aes_ctx, A, S, 16 ); in ccmp_ctr_xor() 241 cipher_encrypt ( &aes_algorithm, aes_ctx, B, X, 16 ); in ccmp_feed_cbc_mac() 275 cipher_encrypt ( &aes_algorithm, ctx->aes_ctx, B, X, 16 ); in ccmp_cbc_mac()
|
| /external/syslinux/gpxe/src/include/gpxe/ |
| D | aes.h | 24 extern struct cipher_algorithm aes_algorithm;
|