Searched defs:One (Results 1 - 4 of 4) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfloat-weight.h128 static const TropicalWeight One() { return TropicalWeight(0.0F); } function in class:fst::TropicalWeight
194 static const LogWeight One() { return LogWeight(0.0F); } function in class:fst::LogWeight
H A Dproduct-weight.h44 static const ProductWeight<W1, W2> &One() { function in class:fst::ProductWeight
45 static const ProductWeight<W1, W2> one(W1::One(), W2::One());
H A Dstring-weight.h88 static const StringWeight<L, S> &One() { function in class:fst::StringWeight
341 w = StringWeight<L, S>::One();
/external/dropbear/libtomcrypt/
H A Dcrypt.tex1627 \subsubsection{One--Shot Packet}
1749 \chapter{One-Way Cryptographic Hash Functions}
2200 OMAC\footnote{\url{http://crypt.cis.ibaraki.ac.jp/omac/omac.html}}, which stands for \textit{One-Key CBC MAC} is an
4173 are all provided with three basic functions with \textit{similar} prototypes. One function has been dedicated to calculate the length in octets of a given
4767 is made up of two algorithms, Algorithm One and Algorithm Two. Algorithm One is the older fairly limited algorithm which has been implemented
4770 \subsection{Algorithm One}
4771 Algorithm One accepts as input a password, an 8--byte salt, and an iteration counter. The iteration counter is meant to act as delay for
5276 \subsection{Symmetric Ciphers, One-way Hashes, PRNGS and Public Key Functions}
5757 \mysection{One
[all...]

Completed in 237 milliseconds