Home
last modified time | relevance | path

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

12

/openssl-master/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.c306 unsigned char *bytes; in test_WPACKET_allocate_bytes() local
336 const unsigned char bytes[] = { 0xfe, 0xff }; in test_WPACKET_memcpy() local
A Dbio_readbuffer_test.c32 size_t readbytes = 0, bytes = 0, count = 0; in test_readbuffer_file_bio() local
A Dbio_prefix_text.c84 size_t bytes; in run_pipe() local
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 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()
/openssl-master/crypto/rand/
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()
111 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes()
206 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes()
A Drandfile.c84 int RAND_load_file(const char *file, long bytes) in RAND_load_file()
/openssl-master/providers/implementations/rands/seeding/
A Drand_win.c71 size_t bytes = 0; in ossl_pool_acquire_entropy() local
85 size_t bytes = 0; in ossl_pool_acquire_entropy() local
104 size_t bytes = 0; in ossl_pool_acquire_entropy() local
/openssl-master/crypto/x509/
A Dx509name.c139 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_OBJ()
154 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_NID()
168 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_txt()
241 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_txt()
260 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_NID()
278 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_OBJ()
315 const unsigned char *bytes, int len) in X509_NAME_ENTRY_set_data()
A Dx509_req.c229 const unsigned char *bytes, int len) in X509_REQ_add1_attr_by_OBJ()
239 const unsigned char *bytes, int len) in X509_REQ_add1_attr_by_NID()
249 const unsigned char *bytes, int len) in X509_REQ_add1_attr_by_txt()
A Dx509_att.c237 const unsigned char *bytes, in X509_ATTRIBUTE_create_by_txt()
/openssl-master/crypto/cms/
A Dcms_att.c104 const void *bytes, int len) in CMS_signed_add1_attr_by_OBJ()
112 int nid, int type, const void *bytes, int len) in CMS_signed_add1_attr_by_NID()
121 const void *bytes, int len) in CMS_signed_add1_attr_by_txt()
171 const void *bytes, int len) in CMS_unsigned_add1_attr_by_OBJ()
180 const void *bytes, int len) in CMS_unsigned_add1_attr_by_NID()
189 const void *bytes, int len) in CMS_unsigned_add1_attr_by_txt()
/openssl-master/crypto/asn1/
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-master/crypto/whrlpool/
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-master/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()
375 void add_certbag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in add_certbag()
409 void add_keybag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in add_keybag()
542 void check_certbag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in check_certbag()
576 void check_keybag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in check_keybag()
/openssl-master/crypto/evp/
A Devp_pkey.c199 const unsigned char *bytes, int len) in EVP_PKEY_add1_attr_by_OBJ()
208 const unsigned char *bytes, int len) in EVP_PKEY_add1_attr_by_NID()
217 const unsigned char *bytes, int len) in EVP_PKEY_add1_attr_by_txt()
/openssl-master/include/internal/
A Dpacket.h782 #define WPACKET_sub_allocate_bytes_u8(pkt, len, bytes) \ argument
784 #define WPACKET_sub_allocate_bytes_u16(pkt, len, bytes) \ argument
786 #define WPACKET_sub_allocate_bytes_u24(pkt, len, bytes) \ argument
788 #define WPACKET_sub_allocate_bytes_u32(pkt, len, bytes) \ argument
820 #define WPACKET_sub_reserve_bytes_u8(pkt, len, bytes) \ argument
822 #define WPACKET_sub_reserve_bytes_u16(pkt, len, bytes) \ argument
824 #define WPACKET_sub_reserve_bytes_u24(pkt, len, bytes) \ argument
826 #define WPACKET_sub_reserve_bytes_u32(pkt, len, bytes) \ argument
/openssl-master/crypto/pkcs12/
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-master/include/openssl/
A Drand.h42 int (*bytes) (unsigned char *buf, int num); member
/openssl-master/test/testutil/
A Dformat_output.c207 static int convert_bn_memory(const unsigned char *in, size_t bytes, in convert_bn_memory()
272 const size_t bytes = bn_bytes; in test_fail_bignum_common() local
431 const size_t bytes = (MAX_STRING_WIDTH - 9) / 17 * 8; in test_fail_memory_common() local
/openssl-master/crypto/
A Dself_test_core.c161 int OSSL_SELF_TEST_oncorrupt_byte(OSSL_SELF_TEST *st, unsigned char *bytes) in OSSL_SELF_TEST_oncorrupt_byte()
A Dparams_dup.c30 size_t ossl_param_bytes_to_blocks(size_t bytes) in ossl_param_bytes_to_blocks()
/openssl-master/crypto/cmp/
A Dcmp_hdr.c142 unsigned char *bytes = OPENSSL_malloc(len); in set_random() local
A Dcmp_util.c267 const unsigned char *bytes, int len) in ossl_cmp_asn1_octet_string_set1_bytes()

Completed in 33 milliseconds

12