Home
last modified time | relevance | path

Searched defs:len (Results 2626 - 2650 of 7787) sorted by relevance

1...<<101102103104105106107108109110>>...312

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_disk_cache.c242 UNUSED int len = in crocus_disk_cache_init() local
/third_party/musl/include/sys/
H A Dinotify.h13 uint32_t mask, cookie, len; member
/third_party/musl/libc-test/src/functional/
H A Drenameat2_test.c42 size_t len = strlen(msg); in WriteFile() local
54 static void ReadFile(char *path, size_t len, char *buf) in ReadFile() argument
/third_party/musl/libc-test/src/functionalext/dlns/
H A Ddlns_dlopen.c75 int len = strlen(n); in dlns_init_0200() local
/third_party/node/deps/openssl/openssl/crypto/
H A Darmcap.c181 size_t len = sizeof(sha512); in OPENSSL_cpuid_setup() local
H A Dcpuid.c41 DWORD len = GetEnvironmentVariableW(L"OPENSSL_ia32cap", value, 48); in ossl_getenv() local
184 int CRYPTO_memcmp(const void * in_a, const void * in_b, size_t len) in CRYPTO_memcmp() argument
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_object.c55 int i, first, len = 0, c, use_bn; in a2d_ASN1_OBJECT() local
220 long len; in d2i_ASN1_OBJECT() local
244 ossl_c2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp, long len) ossl_c2i_ASN1_OBJECT() argument
380 ASN1_OBJECT_create(int nid, unsigned char *data, int len, const char *sn, const char *ln) ASN1_OBJECT_create() argument
[all...]
H A Dasn1_parse.c22 static int asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, in asn1_print_info() argument
83 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent) in ASN1_parse() argument
88 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, in ASN1_parse_dump() argument
98 long len; in asn1_parse2() local
[all...]
H A Dtasn_utl.c182 int ossl_asn1_enc_restore(int *len, unsigned char **out, const ASN1_VALUE **pval, in ossl_asn1_enc_restore() argument
H A Dx_int64.c73 static int uint64_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in uint64_c2i() argument
175 static int uint32_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in uint32_c2i() argument
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_hdr.c140 static int set_random(ASN1_OCTET_STRING **tgt, OSSL_CMP_CTX *ctx, size_t len) in set_random() argument
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_sign.c51 DSA_SIG *d2i_DSA_SIG(DSA_SIG **psig, const unsigned char **ppin, long len) in d2i_DSA_SIG() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Deck_prn.c225 print_bin(BIO *fp, const char *name, const unsigned char *buf, size_t len, int off) print_bin() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c165 size_t len; in chacha20_poly1305_set_ctx_params() local
H A Dcipher_cts.c100 cts128_cs1_encrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs1_encrypt() argument
125 do_xor(const unsigned char *in1, const unsigned char *in2, size_t len, unsigned char *out) do_xor() argument
134 cts128_cs1_decrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs1_decrypt() argument
196 cts128_cs3_encrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs3_encrypt() argument
236 cts128_cs3_decrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs3_decrypt() argument
302 cts128_cs2_encrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs2_encrypt() argument
315 cts128_cs2_decrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs2_decrypt() argument
[all...]
H A Dcipher_chacha20.c127 size_t len; in chacha20_set_ctx_params() local
H A Dciphercommon_ccm.c23 size_t len; in ccm_tls_init() local
335 ccm_tls_cipher(PROV_CCM_CTX *ctx, unsigned char *out, size_t *padlen, const unsigned char *in, size_t len) ccm_tls_cipher() argument
382 ccm_cipher_internal(PROV_CCM_CTX *ctx, unsigned char *out, size_t *padlen, const unsigned char *in, size_t len) ccm_cipher_internal() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dblake2b_prov.c108 ossl_blake2b_param_set_personal(BLAKE2B_PARAM *P, const uint8_t *personal, size_t len) ossl_blake2b_param_set_personal() argument
115 ossl_blake2b_param_set_salt(BLAKE2B_PARAM *P, const uint8_t *salt, size_t len) ossl_blake2b_param_set_salt() argument
154 blake2b_compress(BLAKE2B_CTX *S, const uint8_t *blocks, size_t len) blake2b_compress() argument
[all...]
H A Dblake2s_prov.c102 ossl_blake2s_param_set_personal(BLAKE2S_PARAM *P, const uint8_t *personal, size_t len) ossl_blake2s_param_set_personal() argument
109 ossl_blake2s_param_set_salt(BLAKE2S_PARAM *P, const uint8_t *salt, size_t len) ossl_blake2s_param_set_salt() argument
147 blake2s_compress(BLAKE2S_CTX *S, const uint8_t *blocks, size_t len) blake2s_compress() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_pem2der.c31 read_pem(PROV_CTX *provctx, OSSL_CORE_BIO *cin, char **pem_name, char **pem_header, unsigned char **data, long *len) read_pem() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_quic.c240 size_t len; in quic_set_encryption_secrets() local
128 SSL_provide_quic_data(SSL *ssl, OSSL_ENCRYPTION_LEVEL level, const uint8_t *data, size_t len) SSL_provide_quic_data() argument
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dkeccak1600.c1067 size_t SHA3_absorb(uint64_t A[5][5], const unsigned char *inp, size_t len, in SHA3_absorb() argument
1096 void SHA3_squeeze(uint64_t A[5][5], unsigned char *out, size_t len, size_t r) in SHA3_squeeze() argument
1144 SHA3_sponge(const unsigned char *inp, size_t len, unsigned char *out, size_t d, size_t r) SHA3_sponge() argument
[all...]
H A Dsha512.c279 int SHA512_Update(SHA512_CTX *c, const void *_data, size_t len) in SHA512_Update() argument
327 SHA384_Update(SHA512_CTX *c, const void *data, size_t len) SHA384_Update() argument
[all...]
H A Dsha256.c56 int SHA224_Update(SHA256_CTX *c, const void *data, size_t len) in SHA224_Update() argument
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_prn.c54 int len; in X509V3_EXT_val_prn() local
105 int len; in X509V3_EXT_print() local

Completed in 15 milliseconds

1...<<101102103104105106107108109110>>...312