Home
last modified time | relevance | path

Searched refs:aes_algorithm (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/crypto/
Daes_wrap.c48 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()
Daxtls_aes.c146 struct cipher_algorithm aes_algorithm = { variable
158 aes_algorithm, struct aes_context, AES_BLOCKSIZE );
/external/syslinux/gpxe/src/net/80211/
Dwpa_ccmp.c165 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/
Daes.h24 extern struct cipher_algorithm aes_algorithm;