Searched defs:bytes (Results 1 – 15 of 15) sorted by relevance
/test/ |
A D | cipherbytes_test.c | 30 const unsigned char bytes[] = {0x00}; in test_empty() local 49 const unsigned char bytes[] = {0xc0, 0x0f, 0x00, 0x2f, 0x01, 0x00}; in test_unsupported() local 74 const unsigned char bytes[] = {0x00, 0x00, 0x35, 0x01, 0x00, 0x80, in test_v2() local 104 const unsigned char bytes[] = {0x00, 0x2f, 0x00, 0x33, 0x00, 0x9f, 0x00, 0xff, in test_v3() local
|
A D | wpackettest.c | 334 unsigned char *bytes; in test_WPACKET_allocate_bytes() local 364 const unsigned char bytes[] = { 0xfe, 0xff }; in test_WPACKET_memcpy() local 461 unsigned char *bytes; in test_WPACKET_quic() local
|
A D | bio_readbuffer_test.c | 32 size_t readbytes = 0, bytes = 0, count = 0; in test_readbuffer_file_bio() local
|
A D | bio_tfo_test.c | 62 size_t bytes; in test_bio_tfo() local
|
A D | bio_prefix_text.c | 84 size_t bytes; in run_pipe() local
|
A D | asn1_encode_test.c | 474 unsigned char bytes[1]; /* In reality, there's more */ member 484 static int do_decode(unsigned char *bytes, long nbytes, in do_decode() 549 static int do_enc_dec(EXPECTED *bytes, long nbytes, in do_enc_dec()
|
A D | packettest.c | 156 const unsigned char *bytes = NULL; in test_PACKET_get_bytes() local 180 unsigned char bytes[4]; in test_PACKET_copy_bytes() local
|
A D | bio_base64_test.c | 23 unsigned bytes; member
|
A D | rsa_test.c | 365 const int bytes = (bits + 7) / 8; in test_rsa_security_bit() local
|
A D | sanitytest.c | 23 char bytes[sizeof(p)]; in test_sanity_null_zero() local
|
A D | cmp_ctx_test.c | 63 ASN1_OCTET_STRING *bytes = NULL; in execute_CTX_reinit_test() local
|
A D | ssl_old_test.c | 915 long bytes = 256L; in main() local
|
A D | bntest.c | 1811 int bytes; in test_bn2padded() local
|
/test/helpers/ |
A D | pkcs12.c | 77 static X509 *load_cert_asn1(const unsigned char *bytes, int len) in load_cert_asn1() 88 static EVP_PKEY *load_pkey_asn1(const unsigned char *bytes, int len) in load_pkey_asn1() 383 void add_certbag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in add_certbag() 417 void add_keybag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in add_keybag() 550 void check_certbag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in check_certbag() 584 void check_keybag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in check_keybag()
|
/test/testutil/ |
A D | format_output.c | 206 static int convert_bn_memory(const unsigned char *in, size_t bytes, in convert_bn_memory() 271 const size_t bytes = bn_bytes; in test_fail_bignum_common() local 430 const size_t bytes = (MAX_STRING_WIDTH - 9) / 17 * 8; in test_fail_memory_common() local
|
Completed in 28 milliseconds