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

  /external/chromium_org/third_party/opus/src/celt/
cwrs.c 590 void encode_pulses(const int *_y,int _n,int _k,ec_enc *_enc){
597 ec_enc_uint(_enc,i,ncwrs2(_k));
601 ec_enc_uint(_enc,i,ncwrs3(_k));
605 ec_enc_uint(_enc,i,ncwrs4(_k));
615 ec_enc_uint(_enc,i,nc);
celt.c 897 ec_enc _enc; local
1019 ec_enc_init(&_enc, compressed, nbCompressedBytes);
1020 enc = &_enc;
    [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 44 milliseconds