Home
last modified time | relevance | path

Searched refs:from_hex (Results 1 – 25 of 1100) sorted by relevance

12345678910>>...44

/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/cpio/test/
H A Dtest_format_newc.c53 from_hex(const char *p, size_t l) in from_hex() function
179 ino = from_hex(e + 6, 8); /* ino */ in DEFINE_TEST()
187 uid = from_hex(e + 22, 8); in DEFINE_TEST()
200 fs = from_hex(e + 54, 8); in DEFINE_TEST()
207 ns = from_hex(e + 94, 8); in DEFINE_TEST()
228 fs = from_hex(e + 54, 8); in DEFINE_TEST()
235 ns = from_hex(e + 94, 8); in DEFINE_TEST()
263 fs = from_hex(e + 54, 8); in DEFINE_TEST()
270 ns = from_hex(e + 94, 8); in DEFINE_TEST()
296 fs = from_hex(e + 54, 8); in DEFINE_TEST()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/cpio/test/
H A Dtest_format_newc.c53 from_hex(const char *p, size_t l) in from_hex() function
179 ino = from_hex(e + 6, 8); /* ino */ in DEFINE_TEST()
187 uid = from_hex(e + 22, 8); in DEFINE_TEST()
200 fs = from_hex(e + 54, 8); in DEFINE_TEST()
207 ns = from_hex(e + 94, 8); in DEFINE_TEST()
228 fs = from_hex(e + 54, 8); in DEFINE_TEST()
235 ns = from_hex(e + 94, 8); in DEFINE_TEST()
263 fs = from_hex(e + 54, 8); in DEFINE_TEST()
270 ns = from_hex(e + 94, 8); in DEFINE_TEST()
296 fs = from_hex(e + 54, 8); in DEFINE_TEST()
[all …]
/dports/archivers/libarchive/libarchive-3.5.2/cpio/test/
H A Dtest_format_newc.c54 from_hex(const char *p, size_t l) in from_hex() function
196 ino = from_hex(e + 6, 8); /* ino */ in DEFINE_TEST()
204 uid = from_hex(e + 22, 8); in DEFINE_TEST()
208 gid = from_hex(e + 30, 8); /* gid */ in DEFINE_TEST()
210 t = from_hex(e + 46, 8); /* mtime */ in DEFINE_TEST()
221 fs = (uint64_t)from_hex(e + 54, 8); in DEFINE_TEST()
228 ns = (uint64_t)from_hex(e + 94, 8); in DEFINE_TEST()
291 fs = (uint64_t)from_hex(e + 54, 8); in DEFINE_TEST()
298 ns = (uint64_t)from_hex(e + 94, 8); in DEFINE_TEST()
325 fs = (uint64_t)from_hex(e + 54, 8); in DEFINE_TEST()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-common/src/
H A Dcodec.rs228 pub fn from_hex(s: &str) -> Self { in from_hex() method
398 let enc = Encoder::from_hex("012345"); in decode()
406 let enc = Encoder::from_hex("0123"); in decode_byte()
416 let enc = Encoder::from_hex(""); in decode_byte_short()
448 let enc = Encoder::from_hex("02"); in decode_vec_short()
453 let enc = Encoder::from_hex("0200"); in decode_vec_short()
474 let enc = Encoder::from_hex("ff"); in decode_vvec_short()
485 let enc = Encoder::from_hex("ffff"); in skip()
494 let enc = Encoder::from_hex("ff"); in skip_too_much()
518 let enc = Encoder::from_hex("ff"); in skip_vec_short_length()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-common/src/
H A Dcodec.rs457 let enc = Encoder::from_hex("012345"); in decode()
465 let enc = Encoder::from_hex("0123"); in decode_byte()
475 let enc = Encoder::from_hex(""); in decode_byte_short()
482 let enc = Encoder::from_hex("012345"); in decode_remainder()
507 let enc = Encoder::from_hex("02"); in decode_vec_short()
512 let enc = Encoder::from_hex("0200"); in decode_vec_short()
533 let enc = Encoder::from_hex("ff"); in decode_vvec_short()
544 let enc = Encoder::from_hex("ffff"); in skip()
553 let enc = Encoder::from_hex("ff"); in skip_too_much()
577 let enc = Encoder::from_hex("ff"); in skip_vec_short_length()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-common/src/
H A Dcodec.rs460 let enc = Encoder::from_hex("012345"); in decode()
468 let enc = Encoder::from_hex("0123"); in decode_byte()
478 let enc = Encoder::from_hex(""); in decode_byte_short()
485 let enc = Encoder::from_hex("012345"); in decode_remainder()
510 let enc = Encoder::from_hex("02"); in decode_vec_short()
515 let enc = Encoder::from_hex("0200"); in decode_vec_short()
536 let enc = Encoder::from_hex("ff"); in decode_vvec_short()
547 let enc = Encoder::from_hex("ffff"); in skip()
556 let enc = Encoder::from_hex("ff"); in skip_too_much()
580 let enc = Encoder::from_hex("ff"); in skip_vec_short_length()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-common/src/
H A Dcodec.rs460 let enc = Encoder::from_hex("012345"); in decode()
468 let enc = Encoder::from_hex("0123"); in decode_byte()
478 let enc = Encoder::from_hex(""); in decode_byte_short()
485 let enc = Encoder::from_hex("012345"); in decode_remainder()
510 let enc = Encoder::from_hex("02"); in decode_vec_short()
515 let enc = Encoder::from_hex("0200"); in decode_vec_short()
536 let enc = Encoder::from_hex("ff"); in decode_vvec_short()
547 let enc = Encoder::from_hex("ffff"); in skip()
556 let enc = Encoder::from_hex("ff"); in skip_too_much()
580 let enc = Encoder::from_hex("ff"); in skip_vec_short_length()
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/openssl-0.10.30/src/
H A Dsymm.rs1306 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1318 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1341 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1354 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1375 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1397 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1410 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1431 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1453 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1466 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/dns/dog/dog-0.1.0/cargo-crates/openssl-0.10.30/src/
H A Dsymm.rs1306 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1318 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1341 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1354 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1375 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1397 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1410 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1431 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1453 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1466 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/openssl/src/
H A Dsymm.rs1306 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1318 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1341 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1354 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1375 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1397 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1410 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1431 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1453 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1466 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-0.10.30/src/
H A Dsymm.rs1306 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1318 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1341 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1354 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1375 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1397 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1410 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1431 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1453 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1466 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/openssl-0.10.30/src/
H A Dsymm.rs1306 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1318 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1341 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1354 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1375 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1397 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1410 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1431 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1453 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1466 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/
H A Dsymm.rs1306 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1318 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1341 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1354 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1375 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1397 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1410 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1431 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1453 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1466 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/openssl-0.10.30/src/
H A Dsymm.rs1306 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1318 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1341 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1354 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1375 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1397 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1410 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1431 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1453 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1466 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-0.10.38/src/
H A Dsymm.rs1341 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1353 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1376 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1389 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1410 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1432 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1445 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1466 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1488 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1501 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/openssl-0.10.32/src/
H A Dsymm.rs1310 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1322 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1345 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1358 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1379 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1401 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1414 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1435 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1457 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1470 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/openssl-0.10.32/src/
H A Dsymm.rs1310 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1322 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1345 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1358 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1379 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1401 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1414 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1435 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1457 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1470 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/openssl-0.10.36/src/
H A Dsymm.rs1341 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1353 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1376 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1389 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1410 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1432 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1445 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1466 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1488 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1501 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-0.10.38/src/
H A Dsymm.rs1341 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1353 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1376 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1389 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1410 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1432 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1445 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1466 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1488 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1501 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/openssl-0.10.38/src/
H A Dsymm.rs1341 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1353 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1376 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1389 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1410 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1432 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1445 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1466 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1488 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1501 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/openssl-0.10.32/src/
H A Dsymm.rs1310 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1322 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1345 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1358 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1379 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1401 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1414 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1435 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1457 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1470 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/openssl-0.10.35/src/
H A Dsymm.rs1321 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1333 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1356 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1369 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1390 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1412 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1425 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1446 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1468 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1481 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/openssl-0.10.36/src/
H A Dsymm.rs1341 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1353 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1376 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1389 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1410 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1432 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1445 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1466 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1488 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1501 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/openssl-0.10.32/src/
H A Dsymm.rs1310 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1322 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1345 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1358 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1379 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1401 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1414 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1435 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1457 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1470 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-0.10.33/src/
H A Dsymm.rs1320 &Vec::from_hex(pt).unwrap(), in test_aes128_gcm()
1332 &Vec::from_hex(ct).unwrap(), in test_aes128_gcm()
1355 &Vec::from_hex(pt).unwrap(), in test_aes128_ccm()
1368 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm()
1389 &Vec::from_hex(ct).unwrap(), in test_aes128_ccm_verify_fail()
1411 &Vec::from_hex(pt).unwrap(), in test_aes256_ccm()
1424 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm()
1445 &Vec::from_hex(ct).unwrap(), in test_aes256_ccm_verify_fail()
1467 &Vec::from_hex(pt).unwrap(), in test_aes_128_ocb()
1480 &Vec::from_hex(ct).unwrap(), in test_aes_128_ocb()
[all …]

12345678910>>...44