HomeSort by relevance Sort by last modified time
    Searched full:aes_encrypt (Results 26 - 50 of 71) sorted by null

12 3

  /external/wpa_supplicant_8/src/crypto/
aes-internal-enc.c 111 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
crypto_nss.c 150 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
crypto_openssl.c 224 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
226 AES_encrypt(plain, crypt, ctx);
crypto_gnutls.c 116 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
crypto_internal-cipher.c 135 aes_encrypt(ctx->u.aes.ctx_enc, ctx->u.aes.cbc,
crypto.h 120 * aes_encrypt - Encrypt one AES block
125 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_openssl.c 174 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
176 AES_encrypt(plain, crypt, ctx);
crypto_gnutls.c 122 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
crypto.h 100 * aes_encrypt - Encrypt one AES block
105 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 187 AES_encrypt(pData->value, pData->key, &pData->sessionRoundKeys);
194 AES_encrypt(pData->value, pData->key, &pData->sessionRoundKeys);
247 AES_encrypt(counter, pSession->keyStream, &pSession->encryptionRoundKeys);
  /external/openssl/crypto/aes/asm/
aes-armv4.s 110 @ void AES_encrypt(const unsigned char *in, unsigned char *out,
112 .global AES_encrypt
113 .type AES_encrypt,%function
115 AES_encrypt:
116 sub r3,pc,#8 @ AES_encrypt
120 sub r10,r3,#AES_encrypt-AES_Te @ Te
187 .size AES_encrypt,.-AES_encrypt
aes-armv4.pl 158 @ void AES_encrypt(const unsigned char *in, unsigned char *out,
160 .global AES_encrypt
161 .type AES_encrypt,%function
163 AES_encrypt:
164 sub r3,pc,#8 @ AES_encrypt
168 sub $tbl,r3,#AES_encrypt-AES_Te @ Te
235 .size AES_encrypt,.-AES_encrypt
aes-ia64.S 277 // void AES_encrypt (const void *in,void *out,const AES_KEY *key);
278 .global AES_encrypt#
279 .proc AES_encrypt#
281 AES_encrypt:
292 add out8=(AES_Te#-AES_encrypt#),r3 // Te0
415 .endp AES_encrypt#
449 s/AES_encrypt/AES_decrypt/g;
    [all...]
aes-s390x.pl 190 # void AES_encrypt(const unsigned char *inp, unsigned char *out,
192 .globl AES_encrypt
193 .type AES_encrypt,\@function
194 AES_encrypt:
231 .size AES_encrypt,.-AES_encrypt
aes-sparcv9.pl 513 .globl AES_encrypt
514 AES_encrypt:
624 .type AES_encrypt,#function
625 .size AES_encrypt,(.-AES_encrypt)
  /external/srtp/tables/
aes_tables.c 299 * test that aes_encrypt and aes_decrypt are actually
338 aes_encrypt(&x, expanded_key);
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 163 initVector, AES_ENCRYPT);
  /external/srtp/crypto/cipher/
aes_icm.c 236 aes_encrypt(&c->keystream_buffer, c->expanded_key);
292 aes_encrypt(&c->keystream_buffer, c->expanded_key);
aes_cbc.c 184 aes_encrypt(&c->state, c->expanded_key);
  /external/wpa_supplicant/
crypto.h 99 * aes_encrypt - Encrypt one AES block
104 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
crypto_cryptoapi.c 315 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
crypto_internal.c 329 aes_encrypt(ctx->u.aes.ctx_enc, ctx->u.aes.cbc,
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 258 AES_encrypt(pData->value, pData->key, &pData->sessionRoundKeys);
265 AES_encrypt(pData->value, pData->key, &pData->sessionRoundKeys);
    [all...]
  /external/openssl/crypto/aes/
aes_wrap.c 84 AES_encrypt(B, B, key);
  /external/libvpx/examples/includes/geshi/geshi/
mysql.php 224 'AES_DECRYPT','AES_ENCRYPT','COMPRESS','DECODE','DES_DECRYPT',

Completed in 3211 milliseconds

12 3