| /third_party/node/deps/openssl/openssl/crypto/des/ |
| H A D | ecb_enc.c | 24 static char buf[12]; in DES_options() local
|
| /third_party/node/deps/openssl/openssl/apps/lib/ |
| H A D | app_params.c | 13 static int describe_param_type(char *buf, size_t bufsz, const OSSL_PARAM *param) in describe_param_type() argument 88 char buf[200]; /* This should be ample space */ print_param_types() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | t_pkey.c | 21 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int indent) in ASN1_buf_print() argument 50 unsigned char *buf = NULL, *tmp = NULL; in ASN1_bn_print() local
|
| /third_party/node/deps/openssl/openssl/crypto/bio/ |
| H A D | bio_cb.c | 23 char buf[256]; in BIO_debug_callback_ex() local
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_conv.c | 20 char *buf; in BN_bn2hex() local 55 char *buf = NULL; in BN_bn2dec() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ec_oct.c | 138 unsigned char *buf; in EC_POINT_point2buf() local 73 EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) EC_POINT_point2oct() argument 105 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) EC_POINT_oct2point() argument [all...] |
| H A D | ec_deprecated.c | 27 unsigned char *buf; in EC_POINT_point2bn() local 45 unsigned char *buf; in EC_POINT_bn2point() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/engine/ |
| H A D | eng_rdrand.c | 29 static int get_random_bytes(unsigned char *buf, int num) in get_random_bytes() argument
|
| /third_party/node/deps/uv/src/ |
| H A D | random.c | 31 static int uv__random(void* buf, size_t buflen) { in uv__random() argument 94 uv_random(uv_loop_t* loop, uv_random_t* req, void *buf, size_t buflen, unsigned flags, uv_random_cb cb) uv_random() argument [all...] |
| /third_party/node/deps/uv/src/unix/ |
| H A D | random-sysctl-linux.c | 43 int uv__random_sysctl(void* buf, size_t buflen) { in uv__random_sysctl() argument
|
| /third_party/rust/crates/clap/clap_mangen/tests/ |
| H A D | common.rs | 276 let mut buf = vec![]; in basic_command() variables
|
| /third_party/rust/crates/cxx/demo/src/ |
| H A D | main.rs | 49 let mut buf = MultiBuf { chunks, pos: 0 }; in main() variables
|
| /third_party/openssl/test/ |
| H A D | sha_test.c | 20 unsigned char buf[EVP_MAX_MD_SIZE], *sbuf; in test_static_sha_common() local
|
| H A D | uitest.c | 21 static int test_pem_password_cb(char *buf, int size, int rwflag, void *userdata) in test_pem_password_cb() argument
|
| /third_party/protobuf/conformance/ |
| H A D | ConformanceJavaLite.java | 37 private boolean readFromStdin(byte[] buf, int len) throws Exception { in readFromStdin() argument 51 private void writeToStdout(byte[] buf) throws Exception { in writeToStdout() argument [all...] |
| /third_party/pulseaudio/src/tests/ |
| H A D | parec-simple.c | 71 uint8_t buf[BUFSIZE]; in main() local
|
| /third_party/pulseaudio/src/daemon/ |
| H A D | dumpmodules.c | 94 char buf[64], *e; in is_preloaded() local 137 char buf[64], *e; in pa_dump_modules() local [all...] |
| /third_party/openssl/crypto/asn1/ |
| H A D | f_string.c | 20 char buf[2]; in i2a_ASN1_STRING() local 48 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) in a2i_ASN1_STRING() argument [all...] |
| /third_party/openssl/crypto/ec/ |
| H A D | ecdh_ossl.c | 59 unsigned char *buf = NULL; in ossl_ecdh_simple_compute_key() local
|
| /third_party/openssl/crypto/rand/ |
| H A D | prov_seed.c | 41 ossl_rand_cleanup_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char *buf, size_t len) ossl_rand_cleanup_entropy() argument 72 ossl_rand_cleanup_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char *buf, size_t len) ossl_rand_cleanup_nonce() argument
|
| H A D | rand_meth.c | 15 static int drbg_add(const void *buf, int num, double randomness) in drbg_add() argument 26 static int drbg_seed(const void *buf, int num) in drbg_seed() argument
|
| /third_party/openssl/crypto/bio/ |
| H A D | bio_cb.c | 23 char buf[256]; in BIO_debug_callback_ex() local
|
| /third_party/openssl/crypto/bn/ |
| H A D | bn_conv.c | 20 char *buf; in BN_bn2hex() local 55 char *buf = NULL; in BN_bn2dec() local [all...] |
| /third_party/openssl/apps/lib/ |
| H A D | app_params.c | 13 static int describe_param_type(char *buf, size_t bufsz, const OSSL_PARAM *param) in describe_param_type() argument 88 char buf[200]; /* This should be ample space */ print_param_types() local [all...] |
| /third_party/openssl/crypto/engine/ |
| H A D | eng_rdrand.c | 29 static int get_random_bytes(unsigned char *buf, int num) in get_random_bytes() argument
|