HomeSort by relevance Sort by last modified time
    Searched defs:aes (Results 1 - 7 of 7) sorted by null

  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ExecutorCompletionService.java 80 private final AbstractExecutorService aes; field in class:ExecutorCompletionService
115 this.aes = (executor instanceof AbstractExecutorService) ?
138 this.aes = (executor instanceof AbstractExecutorService) ?
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/nist/
NISTObjectIdentifiers.java 21 static final String aes = nistAlgorithm + ".1"; field in interface:NISTObjectIdentifiers
23 static final DERObjectIdentifier id_aes128_ECB = new DERObjectIdentifier(aes + ".1");
24 static final DERObjectIdentifier id_aes128_CBC = new DERObjectIdentifier(aes + ".2");
25 static final DERObjectIdentifier id_aes128_OFB = new DERObjectIdentifier(aes + ".3");
26 static final DERObjectIdentifier id_aes128_CFB = new DERObjectIdentifier(aes + ".4");
27 static final DERObjectIdentifier id_aes128_wrap = new DERObjectIdentifier(aes + ".5");
29 static final DERObjectIdentifier id_aes192_ECB = new DERObjectIdentifier(aes + ".21");
30 static final DERObjectIdentifier id_aes192_CBC = new DERObjectIdentifier(aes + ".22");
31 static final DERObjectIdentifier id_aes192_OFB = new DERObjectIdentifier(aes + ".23");
32 static final DERObjectIdentifier id_aes192_CFB = new DERObjectIdentifier(aes + ".24");
    [all...]
  /external/wpa_supplicant/
crypto_internal.c 22 #include "aes.h"
243 } aes; member in union:crypto_cipher::__anon6668
274 if (key_len > sizeof(ctx->u.aes.cbc)) {
278 ctx->u.aes.ctx_enc = aes_encrypt_init(key, key_len);
279 if (ctx->u.aes.ctx_enc == NULL) {
283 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len);
284 if (ctx->u.aes.ctx_dec == NULL) {
285 aes_encrypt_deinit(ctx->u.aes.ctx_enc);
289 ctx->u.aes.block_size = key_len;
290 os_memcpy(ctx->u.aes.cbc, iv, ctx->u.aes.block_size)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_internal.c 22 #include "aes.h"
244 } aes; member in union:crypto_cipher::__anon6834
275 if (key_len > sizeof(ctx->u.aes.cbc)) {
279 ctx->u.aes.ctx_enc = aes_encrypt_init(key, key_len);
280 if (ctx->u.aes.ctx_enc == NULL) {
284 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len);
285 if (ctx->u.aes.ctx_dec == NULL) {
286 aes_encrypt_deinit(ctx->u.aes.ctx_enc);
290 ctx->u.aes.block_size = key_len;
291 os_memcpy(ctx->u.aes.cbc, iv, ctx->u.aes.block_size)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_infoele.h 1059 AesStatistics_t aes; member in struct:ACXStatisticsStruct
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_infoele.h 1006 AesStatistics_t aes; member in struct:ACXStatisticsStruct
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_infoele.h 1001 AesStatistics_t aes; member in struct:ACXStatisticsStruct
    [all...]

Completed in 210 milliseconds