Searched refs:ec (Results 176 - 200 of 600) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c30 tmp->ec = crypto_ec_init(group);
31 if (tmp->ec) {
33 tmp->prime_len = crypto_ec_prime_len(tmp->ec);
34 tmp->prime = crypto_ec_get_prime(tmp->ec);
35 tmp->order = crypto_ec_get_order(tmp->ec);
79 crypto_ec_deinit(tmp->ec);
188 bits = crypto_ec_prime_len_bits(sae->tmp->ec);
204 if (crypto_ec_point_solve_y_coord(sae->tmp->ec, pwe, x, y_bit) < 0) {
302 sae->tmp->pwe_ecc = crypto_ec_point_init(sae->tmp->ec);
306 pwe_tmp = crypto_ec_point_init(sae->tmp->ec);
[all...]
/external/wpa_supplicant_8/src/common/
H A Dsae.c30 tmp->ec = crypto_ec_init(group);
31 if (tmp->ec) {
33 tmp->prime_len = crypto_ec_prime_len(tmp->ec);
34 tmp->prime = crypto_ec_get_prime(tmp->ec);
35 tmp->order = crypto_ec_get_order(tmp->ec);
79 crypto_ec_deinit(tmp->ec);
188 bits = crypto_ec_prime_len_bits(sae->tmp->ec);
204 if (crypto_ec_point_solve_y_coord(sae->tmp->ec, pwe, x, y_bit) < 0) {
302 sae->tmp->pwe_ecc = crypto_ec_point_init(sae->tmp->ec);
306 pwe_tmp = crypto_ec_point_init(sae->tmp->ec);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c30 tmp->ec = crypto_ec_init(group);
31 if (tmp->ec) {
33 tmp->prime_len = crypto_ec_prime_len(tmp->ec);
34 tmp->prime = crypto_ec_get_prime(tmp->ec);
35 tmp->order = crypto_ec_get_order(tmp->ec);
79 crypto_ec_deinit(tmp->ec);
188 bits = crypto_ec_prime_len_bits(sae->tmp->ec);
204 if (crypto_ec_point_solve_y_coord(sae->tmp->ec, pwe, x, y_bit) < 0) {
302 sae->tmp->pwe_ecc = crypto_ec_point_init(sae->tmp->ec);
306 pwe_tmp = crypto_ec_point_init(sae->tmp->ec);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp795 UErrorCode ec = U_ZERO_ERROR; local
797 NumberFormat::createCurrencyInstance(Locale::getUS(), ec);
799 if (U_FAILURE(ec)) {
800 dataerrln("FAIL: getCurrencyInstance(US) - %s", u_errorName(ec));
822 fmt = NumberFormat::createCurrencyInstance(Locale::getFrance(), ec);
824 if (U_FAILURE(ec)) {
1210 UErrorCode ec = U_ZERO_ERROR; local
1211 DecimalFormatSymbols US(Locale::getUS(), ec); local
1212 DecimalFormat fmt("a b#0c ", US, ec);
1213 if (U_FAILURE(ec)) {
1706 UErrorCode ec = U_ZERO_ERROR; local
1813 UErrorCode ec = U_ZERO_ERROR; local
1900 UErrorCode ec = U_ZERO_ERROR; local
1940 UErrorCode ec = U_ZERO_ERROR; local
2015 UErrorCode ec = U_ZERO_ERROR; local
2067 DecimalFormatSymbols sym2(Locale::getUS(), ec); local
2085 UErrorCode ec = U_ZERO_ERROR; local
2092 DecimalFormatSymbols sym(Locale::getUS(), ec); local
2119 UErrorCode ec = U_ZERO_ERROR; local
2166 parseCurrencyAmount(const UnicodeString& str, const NumberFormat& fmt, UChar delim, Formattable& result, UErrorCode& ec) argument
2181 UErrorCode ec = U_ZERO_ERROR; local
2566 UErrorCode ec = U_ZERO_ERROR; local
3133 UErrorCode ec; local
[all...]
H A Dloctest.cpp1838 UErrorCode ec = U_ZERO_ERROR; local
1845 Calendar* cal = Calendar::createInstance(Locale::createFromName(req), ec);
1846 if (U_FAILURE(ec)) {
1847 dataerrln("FAIL: Calendar::createInstance failed - %s", u_errorName(ec));
1849 valid = cal->getLocale(ULOC_VALID_LOCALE, ec);
1850 actual = cal->getLocale(ULOC_ACTUAL_LOCALE, ec);
1851 if (U_FAILURE(ec)) {
1857 ec = U_FILE_ACCESS_ERROR;
1858 if (cal->getLocale(ULOC_VALID_LOCALE, ec).getName()[0] != 0) {
1861 ec
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp791 UErrorCode ec = U_ZERO_ERROR; local
793 NumberFormat::createCurrencyInstance(Locale::getUS(), ec);
795 if (U_FAILURE(ec)) {
796 dataerrln("FAIL: getCurrencyInstance(US) - %s", u_errorName(ec));
818 fmt = NumberFormat::createCurrencyInstance(Locale::getFrance(), ec);
820 if (U_FAILURE(ec)) {
1206 UErrorCode ec = U_ZERO_ERROR; local
1207 DecimalFormatSymbols US(Locale::getUS(), ec); local
1208 DecimalFormat fmt("a b#0c ", US, ec);
1209 if (U_FAILURE(ec)) {
1702 UErrorCode ec = U_ZERO_ERROR; local
1809 UErrorCode ec = U_ZERO_ERROR; local
1896 UErrorCode ec = U_ZERO_ERROR; local
1917 UErrorCode ec = U_ZERO_ERROR; local
1992 UErrorCode ec = U_ZERO_ERROR; local
2044 DecimalFormatSymbols sym2(Locale::getUS(), ec); local
2062 UErrorCode ec = U_ZERO_ERROR; local
2069 DecimalFormatSymbols sym(Locale::getUS(), ec); local
2096 UErrorCode ec = U_ZERO_ERROR; local
2143 parseCurrencyAmount(const UnicodeString& str, const NumberFormat& fmt, UChar delim, Formattable& result, UErrorCode& ec) argument
2158 UErrorCode ec = U_ZERO_ERROR; local
2543 UErrorCode ec = U_ZERO_ERROR; local
3108 UErrorCode ec; local
[all...]
H A Dloctest.cpp1838 UErrorCode ec = U_ZERO_ERROR; local
1845 Calendar* cal = Calendar::createInstance(Locale::createFromName(req), ec);
1846 if (U_FAILURE(ec)) {
1847 dataerrln("FAIL: Calendar::createInstance failed - %s", u_errorName(ec));
1849 valid = cal->getLocale(ULOC_VALID_LOCALE, ec);
1850 actual = cal->getLocale(ULOC_ACTUAL_LOCALE, ec);
1851 if (U_FAILURE(ec)) {
1857 ec = U_FILE_ACCESS_ERROR;
1858 if (cal->getLocale(ULOC_VALID_LOCALE, ec).getName()[0] != 0) {
1861 ec
[all...]
/external/llvm/include/llvm/Support/
H A DFileSystem.h671 /// \param ec This is set to errc::success if the map was constructed
674 uint64_t offset, std::error_code &ec);
680 uint64_t offset, std::error_code &ec);
766 explicit directory_iterator(const Twine &path, std::error_code &ec) { argument
769 ec = detail::directory_iterator_construct(*State,
773 explicit directory_iterator(const directory_entry &de, std::error_code &ec) { argument
775 ec = detail::directory_iterator_construct(*State, de.path());
782 directory_iterator &increment(std::error_code &ec) { argument
783 ec = directory_iterator_increment(*State);
828 explicit recursive_directory_iterator(const Twine &path, std::error_code &ec) argument
835 increment(std::error_code &ec) argument
884 std::error_code ec; local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duvector.h107 void assign(const UVector& other, UElementAssigner *assign, UErrorCode &ec);
222 void sortedInsert(void* obj, UElementComparator *compare, UErrorCode& ec);
229 void sortedInsert(int32_t obj, UElementComparator *compare, UErrorCode& ec);
235 void sorti(UErrorCode &ec);
243 void sort(UElementComparator *compare, UErrorCode &ec);
251 void sortWithUComparator(UComparator *compare, const void *context, UErrorCode &ec);
268 void sortedInsert(UElement e, UElementComparator *compare, UErrorCode& ec);
H A Duvectr64.cpp71 void UVector64::assign(const UVector64& other, UErrorCode &ec) { argument
72 if (ensureCapacity(other.count, ec)) {
197 UErrorCode ec = U_ZERO_ERROR; local
198 if (!ensureCapacity(newSize, ec)) {
/external/icu/icu4c/source/common/
H A Duvector.h107 void assign(const UVector& other, UElementAssigner *assign, UErrorCode &ec);
222 void sortedInsert(void* obj, UElementComparator *compare, UErrorCode& ec);
229 void sortedInsert(int32_t obj, UElementComparator *compare, UErrorCode& ec);
235 void sorti(UErrorCode &ec);
243 void sort(UElementComparator *compare, UErrorCode &ec);
251 void sortWithUComparator(UComparator *compare, const void *context, UErrorCode &ec);
268 void sortedInsert(UElement e, UElementComparator *compare, UErrorCode& ec);
H A Duvectr64.cpp71 void UVector64::assign(const UVector64& other, UErrorCode &ec) { argument
72 if (ensureCapacity(other.count, ec)) {
197 UErrorCode ec = U_ZERO_ERROR; local
198 if (!ensureCapacity(newSize, ec)) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dtransreg.cpp102 UErrorCode& ec) {
103 if (U_FAILURE(ec)) {
109 t = Transliterator::createInstance(aliasesOrRules, UTRANS_FORWARD, pe, ec);
110 if(U_FAILURE(ec)){
137 UVector transliterators(ec);
144 transliterators.addElement(Transliterator::createInstance(idBlock, UTRANS_FORWARD, pe, ec), ec); local
146 transliterators.addElement(transes->orphanElementAt(0), ec);
150 transliterators.addElement(Transliterator::createInstance(aliasesOrRules, UTRANS_FORWARD, pe, ec), ec); local
101 create(UParseError& pe, UErrorCode& ec) argument
352 UErrorCode ec = U_ZERO_ERROR; local
376 UErrorCode ec = U_ZERO_ERROR; local
614 put(Transliterator* adoptedProto, UBool visible, UErrorCode& ec) argument
627 put(const UnicodeString& ID, Transliterator::Factory factory, Transliterator::Token context, UBool visible, UErrorCode& ec) argument
641 put(const UnicodeString& ID, const UnicodeString& resourceName, UTransDirection dir, UBool readonlyResourceAlias, UBool visible, UErrorCode& ec) argument
[all...]
H A Danytrans.h97 * @param ec error code, fails if the internal hashtable cannot be
104 UErrorCode& ec);
/external/icu/icu4c/source/i18n/
H A Dtransreg.cpp102 UErrorCode& ec) {
103 if (U_FAILURE(ec)) {
109 t = Transliterator::createInstance(aliasesOrRules, UTRANS_FORWARD, pe, ec);
110 if(U_FAILURE(ec)){
137 UVector transliterators(ec);
144 transliterators.addElement(Transliterator::createInstance(idBlock, UTRANS_FORWARD, pe, ec), ec); local
146 transliterators.addElement(transes->orphanElementAt(0), ec);
150 transliterators.addElement(Transliterator::createInstance(aliasesOrRules, UTRANS_FORWARD, pe, ec), ec); local
101 create(UParseError& pe, UErrorCode& ec) argument
352 UErrorCode ec = U_ZERO_ERROR; local
376 UErrorCode ec = U_ZERO_ERROR; local
614 put(Transliterator* adoptedProto, UBool visible, UErrorCode& ec) argument
627 put(const UnicodeString& ID, Transliterator::Factory factory, Transliterator::Token context, UBool visible, UErrorCode& ec) argument
641 put(const UnicodeString& ID, const UnicodeString& resourceName, UTransDirection dir, UBool readonlyResourceAlias, UBool visible, UErrorCode& ec) argument
[all...]
/external/llvm/lib/Object/
H A DArchive.cpp197 Archive::Archive(std::unique_ptr<MemoryBuffer> Source, std::error_code &ec) argument
202 ec = object_error::invalid_file_type;
211 ec = object_error::success;
241 ec = object_error::success;
249 ec = NameOrErr.getError();
250 if (ec)
266 ec = object_error::parse_failed;
277 ec = object_error::success;
284 ec = object_error::success;
289 ec
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/
H A DECDHBasicAgreement.java9 import org.bouncycastle.math.ec.ECPoint;
/external/chromium_org/third_party/icu/source/config/
H A Dmh-alpha-linux-gcc54 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
60 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
H A Dmh-beos77 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
83 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
H A Dmh-hpux-gcc68 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
74 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
H A Dmh-irix57 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
63 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
H A Dmh-linux55 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
61 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
H A Dmh-linux-va63 @$(SHELL) -ec '$(GEN_DEPS.c) $< > /dev/null'
67 @$(SHELL) -ec '$(GEN_DEPS.cc) $< > /dev/null'
H A Dmh-solaris-gcc57 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
63 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
/external/icu/icu4c/source/config/
H A Dmh-alpha-linux-gcc54 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
60 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \

Completed in 855 milliseconds

1234567891011>>