HomeSort by relevance Sort by last modified time
    Searched full:aes_algorithm (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
aes.h 24 extern struct cipher_algorithm aes_algorithm;
  /external/syslinux/gpxe/src/crypto/
aes_wrap.c 48 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 );
60 cipher_encrypt ( &aes_algorithm, aes_ctx, B, B, 16 );
94 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 );
107 cipher_decrypt ( &aes_algorithm, aes_ctx, B, B, 16 );
axtls_aes.c 146 struct cipher_algorithm aes_algorithm = { variable in typeref:struct:cipher_algorithm
158 aes_algorithm, struct aes_context, AES_BLOCKSIZE );
  /external/syslinux/gpxe/src/net/80211/
wpa_ccmp.c 165 cipher_setkey ( &aes_algorithm, ctx->aes_ctx, key, keylen );
201 cipher_encrypt ( &aes_algorithm, ctx->aes_ctx, A, S, 16 );
212 cipher_encrypt ( &aes_algorithm, ctx->aes_ctx, A, S, 16 );
241 cipher_encrypt ( &aes_algorithm, aes_ctx, B, X, 16 );
275 cipher_encrypt ( &aes_algorithm, ctx->aes_ctx, B, X, 16 );

Completed in 978 milliseconds