| /third_party/musl/libc-test/src/functionalext/supplement/thread/ |
| H A D | call_once.c | 32 void func(void *data) in func() argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
| H A D | preadv.c | 48 char data[] = "preadv test"; in preadv_0100() local
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
| H A D | radeon_compiler_regalloc_tests.c | 34 dummy_allocate_hw_inputs( struct r300_fragment_program_compiler * c, void (*allocate)(void * data, unsigned input, unsigned hwreg), void * mydata) dummy_allocate_hw_inputs() argument
|
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | a_gentm.c | 67 struct tm data; in ASN1_GENERALIZEDTIME_adj() local
|
| H A D | evp_asn1.c | 16 int ASN1_TYPE_set_octetstring(ASN1_TYPE *a, unsigned char *data, int len) in ASN1_TYPE_set_octetstring() argument 34 int ASN1_TYPE_get_octetstring(const ASN1_TYPE *a, unsigned char *data, int max_len) in ASN1_TYPE_get_octetstring() argument 54 asn1_type_init_oct(ASN1_OCTET_STRING *oct, unsigned char *data, int len) asn1_type_init_oct() argument 63 asn1_type_get_int_oct(ASN1_OCTET_STRING *oct, int32_t anum, long *num, unsigned char *data, int max_len) asn1_type_get_int_oct() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/comp/ |
| H A D | comp_local.h | 29 void* data; member
|
| /third_party/node/deps/openssl/openssl/include/openssl/ |
| H A D | md4.h | 45 MD4_LONG data[MD4_LBLOCK]; member
|
| H A D | md5.h | 44 MD5_LONG data[MD5_LBLOCK]; member
|
| H A D | md2.h | 37 unsigned char data[MD2_BLOCK]; member
|
| H A D | rc5.h | 46 RC5_32_INT data[2 * (RC5_16_ROUNDS + 1)]; member
|
| H A D | ripemd.h | 40 RIPEMD160_LONG data[RIPEMD160_LBLOCK]; member
|
| H A D | buffer.h | 44 char *data; member
|
| H A D | cast.h | 37 CAST_LONG data[32]; member
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | x509_v3.c | 204 int X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data) in X509_EXTENSION_set_data() argument 139 X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, int nid, int crit, ASN1_OCTET_STRING *data) X509_EXTENSION_create_by_NID() argument 157 X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex, const ASN1_OBJECT *obj, int crit, ASN1_OCTET_STRING *data) X509_EXTENSION_create_by_OBJ() argument
|
| /third_party/node/deps/openssl/openssl/include/crypto/ |
| H A D | md32_common.h | 130 const unsigned char *data = data_; in HASH_UPDATE() local 186 HASH_TRANSFORM(HASH_CTX *c, const unsigned char *data) HASH_TRANSFORM() argument [all...] |
| H A D | poly1305.h | 33 unsigned char data[POLY1305_BLOCK_SIZE]; member
|
| /third_party/node/deps/openssl/openssl/include/internal/ |
| H A D | sm3.h | 31 SM3_WORD data[SM3_LBLOCK]; member
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | e_rc5.c | 36 # define data(ctx) EVP_C_DATA(EVP_RC5_KEY,ctx) macro
|
| /third_party/node/deps/openssl/openssl/crypto/md2/ |
| H A D | md2_dgst.c | 86 int MD2_Update(MD2_CTX *c, const unsigned char *data, size_t len) in MD2_Update() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/lhash/ |
| H A D | lhash_local.h | 14 void *data; member
|
| /third_party/node/deps/openssl/openssl/crypto/md5/ |
| H A D | md5_sha1.c | 27 int ossl_md5_sha1_update(MD5_SHA1_CTX *mctx, const void *data, size_t count) in ossl_md5_sha1_update() argument
|
| /third_party/node/deps/openssl/openssl/crypto/pem/ |
| H A D | pem_sign.c | 22 PEM_SignUpdate(EVP_MD_CTX *ctx, const unsigned char *data, unsigned int count) PEM_SignUpdate() argument
|
| /third_party/node/deps/openssl/openssl/crypto/err/ |
| H A D | err_local.h | 69 err_set_data(ERR_STATE *es, size_t i, void *data, size_t datasz, int flags) err_set_data() argument
|
| /third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
| H A D | BitBuffer.java | 35 int[] data; // In each 32-bit word, bits are filled from top down. field in BitBuffer [all...] |
| /third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
| H A D | BitBuffer.java | 37 private BitSet data; field in BitBuffer [all...] |