PolarSSL v1.3.9
File List
Here is a list of all files with brief descriptions:
[detail level
1
2
3
4
5
]
▼
build
►
CMakeFiles
►
3.31.1
►
CompilerIdC
CMakeCCompilerId.c
►
tests
test_suite_aes.cbc.c
test_suite_aes.cfb.c
test_suite_aes.ecb.c
test_suite_aes.rest.c
test_suite_arc4.c
test_suite_asn1write.c
test_suite_base64.c
test_suite_blowfish.c
test_suite_camellia.c
test_suite_ccm.c
test_suite_cipher.aes.c
test_suite_cipher.arc4.c
test_suite_cipher.blowfish.c
test_suite_cipher.camellia.c
test_suite_cipher.ccm.c
test_suite_cipher.des.c
test_suite_cipher.gcm.c
test_suite_cipher.null.c
test_suite_cipher.padding.c
test_suite_ctr_drbg.c
test_suite_debug.c
test_suite_des.c
test_suite_dhm.c
test_suite_ecdh.c
test_suite_ecdsa.c
test_suite_ecp.c
test_suite_entropy.c
test_suite_error.c
test_suite_gcm.aes128_de.c
test_suite_gcm.aes128_en.c
test_suite_gcm.aes192_de.c
test_suite_gcm.aes192_en.c
test_suite_gcm.aes256_de.c
test_suite_gcm.aes256_en.c
test_suite_gcm.camellia.c
test_suite_hmac_drbg.misc.c
test_suite_hmac_drbg.no_reseed.c
test_suite_hmac_drbg.nopr.c
test_suite_hmac_drbg.pr.c
test_suite_hmac_shax.c
test_suite_md.c
test_suite_mdx.c
test_suite_mpi.c
test_suite_pbkdf2.c
test_suite_pem.c
test_suite_pk.c
test_suite_pkcs1_v21.c
test_suite_pkcs5.c
test_suite_pkparse.c
test_suite_pkwrite.c
test_suite_rsa.c
test_suite_shax.c
test_suite_version.c
test_suite_x509parse.c
test_suite_x509write.c
test_suite_xtea.c
▼
configs
config-ccm-psk-tls1_2.h
config-mini-tls1_1.h
config-picocoin.h
config-psk-rc4-tls1_0.h
config-suite-b.h
▼
doxygen
►
input
doc_encdec.h
Encryption/decryption module documentation file
doc_hashing.h
Hashing module documentation file
doc_mainpage.h
Main page documentation file
doc_rng.h
Random number generator (RNG) module documentation file
doc_ssltls.h
SSL/TLS communication module documentation file
doc_tcpip.h
TCP/IP communication module documentation file
doc_x509.h
X.509 module documentation file
▼
include
►
polarssl
aes.h
AES block cipher
aesni.h
AES-NI for hardware AES acceleration on some Intel processors
arc4.h
The ARCFOUR stream cipher
asn1.h
Generic ASN.1 parsing
asn1write.h
ASN.1 buffer writing functionality
base64.h
RFC 1521 base64 encoding/decoding
bignum.h
Multi-precision integer library
blowfish.h
Blowfish block cipher
bn_mul.h
Multi-precision integer library
camellia.h
Camellia block cipher
ccm.h
Counter with CBC-MAC (CCM) for 128-bit block ciphers
certs.h
Sample certificates and DHM parameters for testing
check_config.h
Consistency checks for configuration options
cipher.h
Generic cipher wrapper
cipher_wrap.h
Cipher wrappers
compat-1.2.h
Backwards compatibility header for PolarSSL-1.2 from PolarSSL-1.3
config.h
Configuration options (set of defines)
ctr_drbg.h
CTR_DRBG based on AES-256 (NIST SP 800-90)
debug.h
Debug functions
des.h
DES block cipher
dhm.h
Diffie-Hellman-Merkle key exchange
ecdh.h
Elliptic curve Diffie-Hellman
ecdsa.h
Elliptic curve DSA
ecp.h
Elliptic curves over GF(p)
entropy.h
Entropy accumulator implementation
entropy_poll.h
Platform-specific and custom entropy polling functions
error.h
Error to string translation
gcm.h
Galois/Counter mode for 128-bit block ciphers
havege.h
HAVEGE: HArdware Volatile Entropy Gathering and Expansion
hmac_drbg.h
HMAC_DRBG (NIST SP 800-90A)
md.h
Generic message digest wrapper
md2.h
MD2 message digest algorithm (hash function)
md4.h
MD4 message digest algorithm (hash function)
md5.h
MD5 message digest algorithm (hash function)
md_wrap.h
Message digest wrappers
memory.h
Memory allocation layer (Deprecated to platform layer)
memory_buffer_alloc.h
Buffer-based memory allocator
net.h
Network communication functions
oid.h
Object Identifier (OID) database
openssl.h
OpenSSL wrapper (definitions, inline functions)
padlock.h
VIA PadLock ACE for HW encryption/decryption supported by some processors
pbkdf2.h
Password-Based Key Derivation Function 2 (from PKCS#5) DEPRECATED: use
pkcs5.h
instead
pem.h
Privacy Enhanced Mail (PEM) decoding
pk.h
Public Key abstraction layer
pk_wrap.h
pkcs11.h
Wrapper for PKCS#11 library libpkcs11-helper
pkcs12.h
PKCS#12 Personal Information Exchange Syntax
pkcs5.h
PKCS#5 functions
platform.h
PolarSSL Platform abstraction layer
ripemd160.h
RIPE MD-160 message digest
rsa.h
The RSA public-key cryptosystem
sha1.h
SHA-1 cryptographic hash function
sha256.h
SHA-224 and SHA-256 cryptographic hash function
sha512.h
SHA-384 and SHA-512 cryptographic hash function
ssl.h
SSL/TLS functions
ssl_cache.h
SSL session cache implementation
ssl_ciphersuites.h
SSL Ciphersuites for PolarSSL
threading.h
Threading abstraction layer
timing.h
Portable interface to the CPU cycle counter
version.h
Run-time version information
x509.h
X.509 generic defines and structures
x509_crl.h
X.509 certificate revocation list parsing
x509_crt.h
X.509 certificate parsing and writing
x509_csr.h
X.509 certificate signing request parsing and writing
xtea.h
XTEA block cipher (32-bit)
▼
library
aes.c
aesni.c
arc4.c
asn1parse.c
asn1write.c
base64.c
bignum.c
blowfish.c
camellia.c
ccm.c
certs.c
cipher.c
Generic cipher wrapper for PolarSSL
cipher_wrap.c
Generic cipher wrapper for PolarSSL
ctr_drbg.c
debug.c
des.c
dhm.c
ecdh.c
ecdsa.c
ecp.c
ecp_curves.c
entropy.c
entropy_poll.c
error.c
gcm.c
havege.c
hmac_drbg.c
md.c
Generic message digest wrapper for PolarSSL
md2.c
md4.c
md5.c
md_wrap.c
Generic message digest wrapper for PolarSSL
memory_buffer_alloc.c
net.c
oid.c
Object Identifier (OID) database
padlock.c
pbkdf2.c
Password-Based Key Derivation Function 2 (from PKCS#5) DEPRECATED: Use
pkcs5.c
instead
pem.c
pk.c
pk_wrap.c
pkcs11.c
Wrapper for PKCS#11 library libpkcs11-helper
pkcs12.c
pkcs5.c
PKCS#5 functions
pkparse.c
pkwrite.c
platform.c
ripemd160.c
rsa.c
sha1.c
sha256.c
sha512.c
ssl_cache.c
ssl_ciphersuites.c
SSL ciphersuites for PolarSSL
ssl_cli.c
ssl_srv.c
ssl_tls.c
threading.c
timing.c
version.c
version_features.c
x509.c
x509_create.c
x509_crl.c
x509_crt.c
x509_csr.c
x509write_crt.c
x509write_csr.c
xtea.c
Generated on Tue Feb 18 2025 20:02:20 for PolarSSL v1.3.9 by
1.12.0