mbedtls/include/polarssl
Manuel Pégourié-Gonnard acbcbba860 Fix asm format of bn_mul.h for more portability
Found by Barry K. Nathan.

Quoting from http://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html:

"You can put multiple assembler instructions together in a single asm
template, separated by the characters normally used in assembly code for the
system. A combination that works in most places is a newline to break the
line, plus a tab character to move to the instruction field (written as
‘\n\t’). Sometimes semicolons can be used, if the assembler allows semicolons
as a line-breaking character. Note that some assembler dialects use semicolons
to start a comment."
2014-06-25 11:26:13 +02:00
..
aes.h
aesni.h
arc4.h
asn1.h Finish parsing RSASSA-PSS parameters 2014-06-02 16:10:29 +02:00
asn1write.h
base64.h
bignum.h Add #endif comments for #endif more than 10 lines from #if / #else 2014-06-17 14:34:44 +02:00
blowfish.h
bn_mul.h Fix asm format of bn_mul.h for more portability 2014-06-25 11:26:13 +02:00
camellia.h
ccm.h CCM operations allow input == output 2014-05-14 14:10:35 +02:00
certs.h
check_config.h Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT 2014-06-06 16:42:37 +02:00
cipher_wrap.h
cipher.h Create a 'flags' field in cipher_info 2014-06-23 11:33:18 +02:00
compat-1.2.h
config.h Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT 2014-06-06 16:42:37 +02:00
ctr_drbg.h
debug.h
des.h
dhm.h Add Second Oakley Group to dhm.h 2014-05-28 11:48:00 +02:00
ecdh.h
ecdsa.h
ecp.h Add #endif comments for #endif more than 10 lines from #if / #else 2014-06-17 14:34:44 +02:00
entropy_poll.h
entropy.h Add more tests for the entropy module 2014-06-10 15:38:44 +02:00
error.h
gcm.h
havege.h
hmac_drbg.h
md2.h
md4.h
md5.h
md_wrap.h
md.h
memory_buffer_alloc.h
memory.h
net.h
oid.h Finish parsing RSASSA-PSS parameters 2014-06-02 16:10:29 +02:00
openssl.h
padlock.h
pbkdf2.h
pem.h
pk_wrap.h
pk.h Add pk_verify_ext() 2014-06-05 14:02:05 +02:00
pkcs5.h
pkcs11.h
pkcs12.h
platform.h
ripemd160.h
rsa.h Add rsa_rsassa_pss_verify_ext() 2014-06-05 14:02:05 +02:00
sha1.h
sha256.h
sha512.h
ssl_cache.h
ssl_ciphersuites.h Register CCM ciphersuites (not implemented yet) 2014-05-14 14:10:36 +02:00
ssl.h Fix SSL_BUFFER_LEN 2014-06-25 11:26:12 +02:00
threading.h
timing.h
version.h
x509_crl.h Fix comments about X.509 versions 2014-06-25 11:26:12 +02:00
x509_crt.h Fix comments about X.509 versions 2014-06-25 11:26:12 +02:00
x509_csr.h Fix comments about X.509 versions 2014-06-25 11:26:12 +02:00
x509.h Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT 2014-06-06 16:42:37 +02:00
xtea.h