OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_enc
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
cwrs.c
458
void encode_pulses(const int *_y,int _n,int _k,ec_enc *
_enc
){
460
ec_enc_uint(
_enc
,icwrs(_n,_y),CELT_PVQ_V(_n,_k));
676
void encode_pulses(const int *_y,int _n,int _k,ec_enc *
_enc
){
684
ec_enc_uint(
_enc
,i,nc);
celt_encoder.c
1238
ec
_enc
_enc
;
local
[
all
...]
/external/dropbear/libtomcrypt/
crypt.tex
617
& aes\
_enc
\_desc & 16 & 16, 24, 32 & 10, 12, 14 \\
640
rijndael\_desc and rijndael\
_enc
\_desc provide the cipher named \textit{rijndael}. The descriptors aes\_desc and
641
aes\
_enc
\_desc provide the cipher name \textit{aes}. Functionally both \textit{rijndael} and \textit{aes} are the same cipher. The
643
in the middle (e.g. rijndael\
_enc
\_desc) are related to an implementation of Rijndael with only the encryption routine
[
all
...]
Completed in 153 milliseconds