Searched defs:X9 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CXX/except/except.spec/
H A Dp14-ir.cpp55 struct X9 : X6, X7 { }; struct in inherits:X6,X7
63 // CHECK: define linkonce_odr void @_ZN2X9C1Ev(%struct.X9* %this) unnamed_addr
67 X9();
69 // CHECK: define linkonce_odr void @_ZN2X9C2Ev(%struct.X9* %this) unnamed_addr
/external/clang/test/SemaTemplate/
H A Dtemp_explicit.cpp141 template<typename T> struct X9 { }; // expected-note{{here}} struct
150 template struct X9<float>; // expected-warning{{must occur at global scope}}
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp133 struct X9 : X8 { struct in inherits:X8
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp193 class X9 { class
199 void f(X9 *x9) {
200 delete x9; // expected-error {{no suitable member 'operator delete' in 'X9'}}
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3663 LibTomCrypt uses a unique format for ECC public and private keys. While ANSI X9.63 partially specifies key formats, it does it in a less than ideally simple manner. \
3800 \subsection{ANSI X9.63 Export}
3801 The following function exports an ECC public key in the ANSI X9.63 format:
3809 The ECC key pointed to by \textit{key} is exported in public fashion to the array pointed to by \textit{out}. The ANSI X9.63 format used is from
3812 \subsection{ANSI X9.63 Import}
3813 The following function imports an ANSI X9.63 section 4.3.6 format public ECC key:
3824 \subsection{Extended ANSI X9.63 Import}
3847 Note: this function stores only the $x$ co-ordinate of the shared elliptic point as described in ANSI X9.63 ECC--DH.
3850 ECC--DH Encryption is performed by producing a random key, hashing it, and XOR'ing the digest against the plaintext. It is not strictly ANSI X9.63 compliant
3903 There are also functions to sign and verify messages. They use the ANSI X9
[all...]

Completed in 365 milliseconds