Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 15 of 15) sorted by relevance

/test/
A Dcipherbytes_test.c30 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 Dwpackettest.c334 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 Dbio_readbuffer_test.c32 size_t readbytes = 0, bytes = 0, count = 0; in test_readbuffer_file_bio() local
A Dbio_tfo_test.c62 size_t bytes; in test_bio_tfo() local
A Dbio_prefix_text.c84 size_t bytes; in run_pipe() local
A Dasn1_encode_test.c474 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 Dpackettest.c156 const unsigned char *bytes = NULL; in test_PACKET_get_bytes() local
180 unsigned char bytes[4]; in test_PACKET_copy_bytes() local
A Dbio_base64_test.c23 unsigned bytes; member
A Drsa_test.c365 const int bytes = (bits + 7) / 8; in test_rsa_security_bit() local
A Dsanitytest.c23 char bytes[sizeof(p)]; in test_sanity_null_zero() local
A Dcmp_ctx_test.c63 ASN1_OCTET_STRING *bytes = NULL; in execute_CTX_reinit_test() local
A Dssl_old_test.c915 long bytes = 256L; in main() local
A Dbntest.c1811 int bytes; in test_bn2padded() local
/test/helpers/
A Dpkcs12.c77 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 Dformat_output.c206 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