HomeSort by relevance Sort by last modified time
    Searched refs:aes_encrypt (Results 1 - 19 of 19) sorted by null

  /external/wpa_supplicant_8/src/crypto/
aes-encblock.c 29 aes_encrypt(ctx, in, out);
aes.h 15 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
aes-ccm.c 44 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */
54 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */
59 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x);
73 aes_encrypt(aes, x, x);
79 aes_encrypt(aes, x, x);
102 aes_encrypt(aes, a, out);
109 aes_encrypt(aes, a, out);
125 aes_encrypt(aes, a, tmp);
140 aes_encrypt(aes, a, tmp);
aes-omac1.c 85 aes_encrypt(ctx, cbc, cbc);
90 aes_encrypt(ctx, pad, pad);
114 aes_encrypt(ctx, pad, mac);
aes-wrap.c 56 aes_encrypt(ctx, b, b);
aes-cbc.c 43 aes_encrypt(ctx, cbc, cbc);
aes-ctr.c 40 aes_encrypt(ctx, counter, buf);
aes-gcm.c 158 aes_encrypt(aes, cb, ypos);
168 aes_encrypt(aes, cb, tmp);
185 aes_encrypt(aes, H, H);
aes-internal-enc.c 115 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
crypto.h 121 * aes_encrypt - Encrypt one AES block
126 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
crypto_internal-cipher.c 123 aes_encrypt(ctx->u.aes.ctx_enc, ctx->u.aes.cbc,
crypto_gnutls.c 110 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
crypto_libtomcrypt.c 99 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
crypto_openssl.c 298 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
    [all...]
  /external/syslinux/gpxe/src/crypto/
axtls_aes.c 82 * Call AXTLS' AES_encrypt() or AES_decrypt() functions
96 /* AXTLS' AES_encrypt() and AES_decrypt() functions both
115 static void aes_encrypt ( void *ctx, const void *src, void *dst, function
122 aes_call_axtls ( &aes_ctx->axtls_ctx, src, dst, AES_encrypt );
152 .encrypt = aes_encrypt,
  /system/bt/stack/smp/
aes.h 89 return_type aes_encrypt(const unsigned char in[N_BLOCK],
aes.cc 601 return_type aes_encrypt(const unsigned char in[N_BLOCK], function
634 if (aes_encrypt(iv, iv, ctx) != EXIT_SUCCESS) return EXIT_FAILURE;
smp_keys.cc 146 aes_encrypt(p_rev_data, p, &ctx); /* outputs in byte 48 to byte 63 */
    [all...]
  /external/pdfium/core/fdrm/crypto/
fx_crypt_aes.cpp 781 static void aes_encrypt(AESContext* ctx, unsigned int* block) { function
    [all...]

Completed in 747 milliseconds