Searched refs:aes_context (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/smp/
H A Daes.h71 } aes_context; typedef in typeref:struct:__anon1570
85 aes_context ctx[1] );
92 const aes_context ctx[1] );
98 const aes_context ctx[1] );
105 const aes_context ctx[1] );
111 const aes_context ctx[1] );
H A Daes.c498 return_type aes_set_key( const unsigned char key[], length_type keylen, aes_context ctx[1] )
561 return_type aes_encrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1] )
591 int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1] )
612 return_type aes_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1] )
642 int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1] )
H A Dsmp_keys.c102 aes_context ctx;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_cryptoapi.c230 struct aes_context { struct
238 struct aes_context *akey;
293 struct aes_context *akey = ctx;
308 struct aes_context *akey = ctx;
325 struct aes_context *akey = ctx;
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_cryptoapi.c230 struct aes_context { struct
238 struct aes_context *akey;
293 struct aes_context *akey = ctx;
308 struct aes_context *akey = ctx;
325 struct aes_context *akey = ctx;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_cryptoapi.c230 struct aes_context { struct
238 struct aes_context *akey;
293 struct aes_context *akey = ctx;
308 struct aes_context *akey = ctx;
325 struct aes_context *akey = ctx;
/external/chromium_org/crypto/
H A Dopenpgp_symmetric_encryption.cc717 ScopedPK11Context aes_context; local
718 CHECK(CreateAESContext(key.data(), key.size(), &aes_context));
720 PK11_CipherOp(aes_context.get(), fre, &out_len, sizeof(fre), fre,
724 PK11_CipherOp(aes_context.get(), fre, &out_len, sizeof(fre), prefix,
753 PK11_CipherOp(aes_context.get(), fre, &out_len, sizeof(fre), fre,

Completed in 151 milliseconds