OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aes_context
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/smp/
aes.h
71
}
aes_context
;
typedef in typeref:struct:__anon72870
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] );
aes.c
506
return_type aes_set_key( const unsigned char key[], length_type keylen,
aes_context
ctx[1] )
569
return_type aes_encrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const
aes_context
ctx[1] )
599
int n_block, unsigned char iv[N_BLOCK], const
aes_context
ctx[1] )
620
return_type aes_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const
aes_context
ctx[1] )
650
int n_block, unsigned char iv[N_BLOCK], const
aes_context
ctx[1] )
smp_keys.c
127
aes_context
ctx;
[
all
...]
Completed in 806 milliseconds