/openssl-master/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 | 306 unsigned char *bytes; in test_WPACKET_allocate_bytes() local 336 const unsigned char bytes[] = { 0xfe, 0xff }; in test_WPACKET_memcpy() 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_prefix_text.c | 84 size_t bytes; in run_pipe() local
|
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 | 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()
|
/openssl-master/crypto/rand/ |
A D | rand_egd.c | 21 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 D | randfile.c | 84 int RAND_load_file(const char *file, long bytes) in RAND_load_file()
|
/openssl-master/providers/implementations/rands/seeding/ |
A D | rand_win.c | 71 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 D | x509name.c | 139 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 D | x509_req.c | 229 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 D | x509_att.c | 237 const unsigned char *bytes, in X509_ATTRIBUTE_create_by_txt()
|
/openssl-master/crypto/cms/ |
A D | cms_att.c | 104 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 D | p8_pkey.c | 75 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 D | wp_dgst.c | 71 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 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() 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 D | evp_pkey.c | 199 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 D | packet.h | 782 #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 D | p12_attr.c | 78 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 D | rand.h | 42 int (*bytes) (unsigned char *buf, int num); member
|
/openssl-master/test/testutil/ |
A D | format_output.c | 207 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 D | self_test_core.c | 161 int OSSL_SELF_TEST_oncorrupt_byte(OSSL_SELF_TEST *st, unsigned char *bytes) in OSSL_SELF_TEST_oncorrupt_byte()
|
A D | params_dup.c | 30 size_t ossl_param_bytes_to_blocks(size_t bytes) in ossl_param_bytes_to_blocks()
|
/openssl-master/crypto/cmp/ |
A D | cmp_hdr.c | 142 unsigned char *bytes = OPENSSL_malloc(len); in set_random() local
|
A D | cmp_util.c | 267 const unsigned char *bytes, int len) in ossl_cmp_asn1_octet_string_set1_bytes()
|