/
githubmirror
/
ipxe
ОбзорДокументацияВойти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ipxe/
src/tests/
..
acpi_test.c

[acpi] Remove userptr_t from ACPI table parsing

год назад
aes_test.c

[test] Remove dummy initialisation vector for ECB-mode AES tests

3 года назад
asn1_test.c

[image] Make image data read-only to most consumers

год назад
asn1_test.h

[image] Make image data read-only to most consumers

год назад
base16_test.c

[base16] Add buffer size parameter to base16_encode() and base16_decode()

11 лет назад
base64_test.c

[base64] Add buffer size parameter to base64_encode() and base64_decode()

11 лет назад
bigint_test.c

[crypto] Allow for zero-length big integer literals

7 месяцев назад
bitops_test.c

[bitops] Fix typo in test case

10 лет назад
bofm_test.c

[init] Show initialisation function names in debug messages

год назад
byteswap_test.c

[legal] Relicense files under GPL2_OR_LATER_OR_UBDL

11 лет назад
cipher_test.c

[tests] Verify ability to perform in-place encryption and decryption

4 года назад
cipher_test.h

[crypto] Add concept of authentication tag to cipher algorithms

4 года назад
cms_test.c

[image] Make image data read-only to most consumers

год назад
cpio_test.c

[uaccess] Remove redundant copy_from_user() and copy_to_user()

год назад
crc32_test.c

[legal] Relicense files under GPL2_OR_LATER_OR_UBDL

11 лет назад
deflate_test.c

[deflate] Remove userptr_t from decompression code

год назад
der_test.c

[crypto] Add DER image format

10 лет назад
des_test.c

[crypto] Add implementation of the DES cipher

3 года назад
dhe_test.c

[crypto] Add Ephemeral Diffie-Hellman key exchange algorithm

4 года назад
digest_test.c

[test] Simplify digest algorithm self-tests

11 лет назад
digest_test.h

[test] Simplify digest algorithm self-tests

11 лет назад
dns_test.c

[legal] Relicense files under GPL2_OR_LATER_OR_UBDL

11 лет назад
ecdsa_test.c

[crypto] Add support for ECDSA signatures

8 месяцев назад
editstring_test.c

[test] Add test cases for editable strings

2 года назад
efi_siglist_test.c

[crypto] Support extracting certificates from EFI signature list images

год назад
elliptic_test.c

[crypto] Allow for an explicit representation of point at infinity

8 месяцев назад
elliptic_test.h

[crypto] Allow for addition of arbitrary Weierstrass curve points

8 месяцев назад
entropy_sample.c

[rng] Allow for entropy sources that fail during startup tests

3 года назад
fdt_test.c

[fdt] Use phandle as device location

год назад
gcm_test.c

[crypto] Add block cipher Galois/Counter mode of operation

4 года назад
gzip_test.c

[deflate] Remove userptr_t from decompression code

год назад
hash_df_test.c

[legal] Relicense files under GPL2_OR_LATER_OR_UBDL

11 лет назад
hmac_drbg_test.c

[legal] Relicense files under GPL2_OR_LATER_OR_UBDL

11 лет назад
hmac_test.c

[crypto] Simplify internal HMAC API

4 года назад
iobuf_test.c

[iobuf] Ensure I/O buffer data sits within unshared cachelines

год назад
ipv4_test.c

[ipv4] Add support for classless static routes

год назад
ipv6_test.c

[netdevice] Separate concept of scope ID from network device name index

4 года назад
linebuf_test.c

[linebuf] Support buffering of multiple lines

11 лет назад
list_test.c

[list] Add list_for_each_entry_safe_continue()

2 года назад
math_test.c

[test] Add tests for 64-bit logical and arithmetic shifts

2 года назад
md4_test.c

[crypto] Add MD4 message digest algorithm

9 лет назад
md5_test.c

[test] Simplify digest algorithm self-tests

11 лет назад
memcpy_test.c

[legal] Relicense files under GPL2_OR_LATER_OR_UBDL

11 лет назад
memset_test.c

[legal] Relicense files under GPL2_OR_LATER_OR_UBDL

11 лет назад
mschapv2_test.c

[crypto] Add implementation of MS-CHAPv2 authentication

2 года назад
nap_test.c

[tests] Verify ability to sleep the CPU

4 года назад
netdev_test.c

[test] Add infrastructure for test network devices

год назад
netdev_test.h

[test] Add infrastructure for test network devices

год назад
ntlm_test.c

[ntlm] Add support for NTLM authentication mechanism

9 лет назад
ocsp_test.c

[x509] Record root of trust used when validating a certificate

6 лет назад
p256_test.c

[crypto] Allow for an explicit representation of point at infinity

8 месяцев назад
p384_test.c

[crypto] Allow for an explicit representation of point at infinity

8 месяцев назад
pccrc_test.c

[peerdist] Remove userptr_t from PeerDist content information parsing

год назад
pem_test.c

[crypto] Add PEM image format

10 лет назад
pixbuf_test.c

[image] Make image data read-only to most consumers

год назад
pixbuf_test.h

[image] Make image data read-only to most consumers

год назад
png_test.c

[legal] Relicense files under GPL2_OR_LATER_OR_UBDL

11 лет назад
pnm_test.c

[legal] Relicense files under GPL2_OR_LATER_OR_UBDL

11 лет назад
profile_test.c

[legal] Relicense files under GPL2_OR_LATER_OR_UBDL

11 лет назад
pubkey_test.c

[test] Test verification of constructed signature

8 месяцев назад
pubkey_test.h

[crypto] Construct asymmetric ciphered data using ASN.1 builders

8 месяцев назад
rsa_test.c

[test] Generalise public-key algorithm tests and use okx()

2 года назад
setjmp_test.c

[build] Avoid implicit-fallthrough warnings on GCC 7

9 лет назад
settings_test.c

[settings] Add parsing for UUID and GUID settings types

2 года назад
sha1_test.c

[test] Simplify digest algorithm self-tests

11 лет назад
sha256_test.c

[crypto] Add SHA-224 algorithm

11 лет назад
sha512_test.c

[crypto] Add SHA-512/224 algorithm

11 лет назад
string_test.c

[libc] Add wcsnlen()

год назад
tcpip_test.c

[tcpip] Avoid generating positive zero for transmitted UDP checksums

11 лет назад
test.c

[init] Show initialisation function names in debug messages

год назад
tests.c

[crypto] Add support for ECDSA signatures

8 месяцев назад
time_test.c

[legal] Relicense files under GPL2_OR_LATER_OR_UBDL

11 лет назад
uri_test.c

[uri] Ensure "##params=" separator is correct

6 месяцев назад
utf8_test.c

[utf8] Add UTF-8 accumulation self-tests

4 года назад
uuid_test.c

[uuid] Add uuid_aton() to parse a UUID from a string

2 года назад
vsprintf_test.c

[libc] Print "<NULL>" for wide-character NULL strings

10 лет назад
x25519_test.c

[crypto] Allow for an explicit representation of point at infinity

8 месяцев назад
x509_test.c

[test] Add test cases for X.509 certificates with ECDSA signatures

8 месяцев назад
zlib_test.c

[deflate] Remove userptr_t from decompression code

год назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©