Home
last modified time | relevance | path

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

12

/openssl/test/
H 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
H 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
H A Dbio_readbuffer_test.c32 size_t readbytes = 0, bytes = 0, count = 0; in test_readbuffer_file_bio() local
H A Dbio_tfo_test.c62 size_t bytes; in test_bio_tfo() local
H A Dbio_prefix_text.c84 size_t bytes; in run_pipe() local
H 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()
H 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
/openssl/crypto/rand/
H A Drand_egd.c21 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes()
31 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes()
109 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes()
204 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes()
H A Drandfile.c85 int RAND_load_file(const char *file, long bytes) in RAND_load_file()
/openssl/providers/implementations/rands/seeding/
H A Drand_win.c73 size_t bytes = 0; in ossl_pool_acquire_entropy() local
87 size_t bytes = 0; in ossl_pool_acquire_entropy() local
106 size_t bytes = 0; in ossl_pool_acquire_entropy() local
/openssl/crypto/x509/
H A Dx509name.c142 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_OBJ()
157 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_NID()
171 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_txt()
244 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_txt()
263 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_NID()
281 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_OBJ()
318 const unsigned char *bytes, int len) in X509_NAME_ENTRY_set_data()
H A Dx509_acert.c226 int type, const void *bytes, int len) in X509_ACERT_add1_attr_by_OBJ()
234 const void *bytes, int len) in X509_ACERT_add1_attr_by_NID()
242 const unsigned char *bytes, int len) in X509_ACERT_add1_attr_by_txt()
H A Dx509_req.c264 const unsigned char *bytes, int len) in X509_REQ_add1_attr_by_OBJ()
279 const unsigned char *bytes, int len) in X509_REQ_add1_attr_by_NID()
294 const unsigned char *bytes, int len) in X509_REQ_add1_attr_by_txt()
/openssl/crypto/cms/
H A Dcms_att.c105 const void *bytes, int len) in CMS_signed_add1_attr_by_OBJ()
113 int nid, int type, const void *bytes, int len) in CMS_signed_add1_attr_by_NID()
122 const void *bytes, int len) in CMS_signed_add1_attr_by_txt()
173 const void *bytes, int len) in CMS_unsigned_add1_attr_by_OBJ()
182 const void *bytes, int len) in CMS_unsigned_add1_attr_by_NID()
191 const void *bytes, int len) in CMS_unsigned_add1_attr_by_txt()
/openssl/crypto/asn1/
H A Dp8_pkey.c75 const unsigned char *bytes, int len) in PKCS8_pkey_add1_attr_by_NID()
83 const unsigned char *bytes, int len) in PKCS8_pkey_add1_attr_by_OBJ()
/openssl/crypto/whrlpool/
H A Dwp_dgst.c71 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *_inp, size_t bytes) in WHIRLPOOL_Update()
253 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md) in WHIRLPOOL()
/openssl/test/helpers/
H 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()
549 void check_certbag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in check_certbag()
583 void check_keybag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in check_keybag()
/openssl/crypto/evp/
H A Devp_pkey.c220 const unsigned char *bytes, int len) in EVP_PKEY_add1_attr_by_OBJ()
229 const unsigned char *bytes, int len) in EVP_PKEY_add1_attr_by_NID()
238 const unsigned char *bytes, int len) in EVP_PKEY_add1_attr_by_txt()
/openssl/crypto/pkcs12/
H A Dp12_attr.c78 const unsigned char *bytes, int len) in PKCS12_add1_attr_by_NID()
87 const unsigned char *bytes, int len) in PKCS12_add1_attr_by_txt()
/openssl/include/internal/
H A Dpacket.h817 #define WPACKET_sub_allocate_bytes_u8(pkt, len, bytes) \ argument
819 #define WPACKET_sub_allocate_bytes_u16(pkt, len, bytes) \ argument
821 #define WPACKET_sub_allocate_bytes_u24(pkt, len, bytes) \ argument
823 #define WPACKET_sub_allocate_bytes_u32(pkt, len, bytes) \ argument
855 #define WPACKET_sub_reserve_bytes_u8(pkt, len, bytes) \ argument
857 #define WPACKET_sub_reserve_bytes_u16(pkt, len, bytes) \ argument
859 #define WPACKET_sub_reserve_bytes_u24(pkt, len, bytes) \ argument
861 #define WPACKET_sub_reserve_bytes_u32(pkt, len, bytes) \ argument
/openssl/include/openssl/
H A Drand.h42 int (*bytes) (unsigned char *buf, int num); member
/openssl/crypto/dsa/
H A Ddsa_key.c80 unsigned char bytes[512] = {0}; in dsa_keygen_knownanswer_test() local
/openssl/test/testutil/
H 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
/openssl/crypto/
H A Dself_test_core.c153 int OSSL_SELF_TEST_oncorrupt_byte(OSSL_SELF_TEST *st, unsigned char *bytes) in OSSL_SELF_TEST_oncorrupt_byte()
H A Dparams_dup.c29 size_t ossl_param_bytes_to_blocks(size_t bytes) in ossl_param_bytes_to_blocks()

Completed in 76 milliseconds

12