Home
last modified time | relevance | path

Searched defs:len (Results 42651 – 42675 of 497066) sorted by relevance

1...<<1701170217031704170517061707170817091710>>...19883

/dports/net/ortp/ortp-1.0.2-0/src/
H A Db64.c182 size_t len = 0; in b64_encode_() local
527 size_t len; /*!< The string length. */ member
543 …onst *b64_LookupCodeA_(int code, b64ErrorString_t_ const **mappings, size_t cMappings, size_t *len) in b64_LookupCodeA_()
579 static char const *b64_LookupErrorStringA_(int error, size_t *len) in b64_LookupErrorStringA_()
604 size_t len; in b64_getErrorStringLength() local
/dports/net/p5-Net-SSH-Perl/Net-SSH-Perl-2.14/src/blowfish/
H A Dblowfish.c498 blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len) in blf_key()
534 blf_ecb_encrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) in blf_ecb_encrypt()
556 blf_ecb_decrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) in blf_ecb_decrypt()
578 blf_cbc_encrypt(blf_ctx *c, u_int8_t *iv, u_int8_t *data, u_int32_t len) in blf_cbc_encrypt()
603 blf_cbc_decrypt(blf_ctx *c, u_int8_t *iva, u_int8_t *data, u_int32_t len) in blf_cbc_decrypt()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libssh2-sys-0.2.13/libssh2/src/
H A Dblowfish.c505 blf_key(blf_ctx *c, const uint8_t *k, uint16_t len) in blf_key()
541 blf_ecb_encrypt(blf_ctx *c, uint8_t *data, uint32_t len) in blf_ecb_encrypt()
563 blf_ecb_decrypt(blf_ctx *c, uint8_t *data, uint32_t len) in blf_ecb_decrypt()
585 blf_cbc_encrypt(blf_ctx *c, uint8_t *iv, uint8_t *data, uint32_t len) in blf_cbc_encrypt()
610 blf_cbc_decrypt(blf_ctx *c, uint8_t *iva, uint8_t *data, uint32_t len) in blf_cbc_decrypt()
/dports/www/firefox/firefox-99.0/js/src/jsapi-tests/
H A DtestArrayBuffer.cpp182 size_t len; in BEGIN_TEST() local
208 size_t len; in BEGIN_TEST() local
342 size_t len; in BEGIN_TEST() local
406 size_t len; in BEGIN_TEST() local
437 size_t len; in BEGIN_TEST() local
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/library/
H A Dnet_sockets.c75 #define read(fd,buf,len) recv( fd, (char*)( buf ), (int)( len ), 0 ) argument
76 #define write(fd,buf,len) send( fd, (char*)( buf ), (int)( len ), 0 ) argument
541 int mbedtls_net_recv( void *ctx, unsigned char *buf, size_t len ) in mbedtls_net_recv()
578 size_t len, uint32_t timeout ) in mbedtls_net_recv_timeout()
621 int mbedtls_net_send( void *ctx, const unsigned char *buf, size_t len ) in mbedtls_net_send()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdap4/
H A Dd4util.c189 size_t len; in backslashEscape() local
276 size_t len; in NCD4_deescape() local
302 size_t len; in NCD4_entityescape() local
399 NCD4_hostport(NCURI* uri, char* space, size_t len) in NCD4_hostport()
414 NCD4_userpwd(NCURI* uri, char* space, size_t len) in NCD4_userpwd()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/rtdb/db/
H A Drjhtest.c53 long len = (long) MIN(8, d.size); in print_hex_DBT() local
73 long len = (long) MIN(8, d.size-1); in print_string_DBT() local
152 size_t len = RECLEN & (size_t) my_random(); in main() local
184 int i, len; in main() local
213 int i, len, ielem; in main() local
/dports/security/gnome-ssh-askpass/openssh-6.6p1/openbsd-compat/
H A Dblowfish.c503 blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len) in blf_key()
539 blf_ecb_encrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) in blf_ecb_encrypt()
561 blf_ecb_decrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) in blf_ecb_decrypt()
583 blf_cbc_encrypt(blf_ctx *c, u_int8_t *iv, u_int8_t *data, u_int32_t len) in blf_cbc_encrypt()
608 blf_cbc_decrypt(blf_ctx *c, u_int8_t *iva, u_int8_t *data, u_int32_t len) in blf_cbc_decrypt()
/dports/math/libRmath/R-4.1.1/src/unix/
H A Dsystem.c75 int R_ReadConsole(const char *prompt, unsigned char *buf, int len, int addtohistory) in R_ReadConsole()
77 void R_WriteConsole(const char *buf, int len) {if (ptr_R_WriteConsole) ptr_R_WriteConsole(buf, len)… in R_WriteConsole()
78 void R_WriteConsoleEx(const char *buf, int len, int otype) {if (ptr_R_WriteConsole) ptr_R_WriteCons… in R_WriteConsoleEx()
98 int R_ChooseFile(int _new, char *buf, int len) in R_ChooseFile()
279 size_t len = sizeof(void *); in Rf_initialize_R() local
/dports/math/octave/octave-6.4.0/liboctave/array/
H A DMArray.cc68 octave_idx_type len = idx.length (n); in idx_add() local
86 octave_idx_type len = std::min (idx.length (n), vals.numel ()); in idx_add() local
115 octave_idx_type len = std::min (idx.length (n), vals.numel ()); in idx_min() local
134 octave_idx_type len = std::min (idx.length (n), vals.numel ()); in idx_max() local
172 octave_idx_type len = idx.length (ns); in idx_add_nd() local
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/krb/
H A Dprng_fortuna.c137 shad256_update(SHA256_CTX *ctx, const unsigned char *data, int len) in shad256_update()
189 size_t len) in generator_reseed()
217 generator_output(struct fortuna_state *st, unsigned char *dst, size_t len) in generator_output()
280 size_t len) in accumulator_add_event()
334 accumulator_output(struct fortuna_state *st, unsigned char *dst, size_t len) in accumulator_output()
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/
H A Dmem.c189 void OPENSSL_cleanse(void *ptr, size_t len) { in OPENSSL_cleanse()
208 int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len) { in CRYPTO_memcmp()
220 uint32_t OPENSSL_hash32(const void *ptr, size_t len) { in OPENSSL_hash32()
236 size_t OPENSSL_strnlen(const char *s, size_t len) { in OPENSSL_strnlen()
250 const size_t len = strlen(s) + 1; in OPENSSL_strdup() local
/dports/www/firefox/firefox-99.0/third_party/rust/memmap2/src/
H A Dunix.rs28 len: usize, field
149 let len = len + alignment; in flush() localVariable
162 let len = len + alignment; in flush_async() localVariable
176 let len = self.len + alignment; in mprotect() localVariable
208 pub fn len(&self) -> usize { in len() method
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/crypto/
H A Dsymmetric.cpp124 pgp_aead_to_botan_string(pgp_symm_alg_t ealg, pgp_aead_alg_t aalg, char *buf, size_t len) in pgp_aead_to_botan_string()
541 pgp_cipher_aead_set_ad(pgp_crypt_t *crypt, const uint8_t *ad, size_t len) in pgp_cipher_aead_set_ad()
547 pgp_cipher_aead_start(pgp_crypt_t *crypt, const uint8_t *nonce, size_t len) in pgp_cipher_aead_start()
553 pgp_cipher_aead_update(pgp_crypt_t *crypt, uint8_t *out, const uint8_t *in, size_t len) in pgp_cipher_aead_update()
583 pgp_cipher_aead_finish(pgp_crypt_t *crypt, uint8_t *out, const uint8_t *in, size_t len) in pgp_cipher_aead_finish()
/dports/emulators/hercules/hercules-3.13/
H A Dsllib.c392 sl_islabel( SLLABEL *lab, void *buf, int len ) in sl_islabel()
914 size_t len; in sl_vol() local
1067 size_t len; in sl_ds1() local
1320 size_t len; in sl_ds2() local
1608 size_t len; in sl_usr() local
/dports/security/keepassxc/keepassxc-2.6.6/src/crypto/ssh/
H A Dblowfish.c505 blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len) in blf_key()
541 blf_ecb_encrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) in blf_ecb_encrypt()
563 blf_ecb_decrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) in blf_ecb_decrypt()
585 blf_cbc_encrypt(blf_ctx *c, u_int8_t *iv, u_int8_t *data, u_int32_t len) in blf_cbc_encrypt()
610 blf_cbc_decrypt(blf_ctx *c, u_int8_t *iva, u_int8_t *data, u_int32_t len) in blf_cbc_decrypt()
/dports/emulators/dynamips-community/dynamips-0.2.17/common/
H A Ddevice.c214 m_uint64_t paddr,m_uint32_t len) in dev_remap()
234 m_uint64_t paddr,m_uint32_t len) in dev_create_ram()
276 m_uint64_t paddr,m_uint32_t len) in dev_create_ghost_ram()
316 m_uint64_t paddr,m_uint32_t len) in dev_create_ram_alias()
341 size_t len; in dev_sparse_init() local
H A Dmemory.c129 m_uint64_t paddr,size_t len) in physmem_copy_from_vm()
166 m_uint64_t paddr,size_t len) in physmem_copy_to_vm()
269 size_t len) in physmem_dma_transfer()
301 size_t len = 0; in physmem_strlen() local
313 int physmem_cfind(vm_instance_t *vm,m_uint8_t *bytes,size_t len, in physmem_cfind()
/dports/security/kc24/kc-2.4.2/bcrypt/
H A Dblf.c494 blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len) in blf_key()
530 blf_ecb_encrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) in blf_ecb_encrypt()
556 blf_ecb_decrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) in blf_ecb_decrypt()
582 blf_cbc_encrypt(blf_ctx *c, u_int8_t *iv, u_int8_t *data, u_int32_t len) in blf_cbc_encrypt()
611 blf_cbc_decrypt(blf_ctx *c, u_int8_t *iva, u_int8_t *data, u_int32_t len) in blf_cbc_decrypt()
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A Dsim-io.c96 int len) in sim_io_write_stdout()
132 int len) in sim_io_write_stderr()
169 int len) in sim_io_write()
178 int len) in sim_io_read_stdin()
198 int len) in sim_io_read()
/dports/math/mathomatic/mathomatic-ceb0861/
H A Dintegrate.c130 int len; local
250 int len; local
447 int len; local
533 int len; local
682 int len; local
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Daacpsdsp.c69 int i, int len) in ps_hybrid_analysis_ileave_c()
83 int i, int len) in ps_hybrid_synthesis_deint_c()
100 int len) in ps_decorrelate_c()
137 int len) in ps_stereo_interpolate_c()
168 int len) in ps_stereo_interpolate_ipdopd_c()
/dports/net/pptpclient/pptp-1.10.0/
H A Dpptp_gre.c63 void print_packet(int fd, void *pack, unsigned int len) in print_packet()
214 int decaps_hdlc(int fd, int (*cb)(int cl, void *pack, unsigned int len), int cl) in decaps_hdlc()
219 static unsigned int len = 0, escape = 0; in decaps_hdlc() local
307 int encaps_hdlc(int fd, void *pack, unsigned int len) in encaps_hdlc()
486 int encaps_gre (int fd, void *pack, unsigned int len) in encaps_gre()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dblf_plug.c493 blf_key(blf_ctx *c, const uint8_t *k, uint16_t len) in blf_key()
529 blf_ecb_encrypt(blf_ctx *c, uint8_t *data, uint32_t len) in blf_ecb_encrypt()
555 blf_ecb_decrypt(blf_ctx *c, uint8_t *data, uint32_t len) in blf_ecb_decrypt()
581 blf_cbc_encrypt(blf_ctx *c, uint8_t *iv, uint8_t *data, uint32_t len) in blf_cbc_encrypt()
610 blf_cbc_decrypt(blf_ctx *c, uint8_t *iva, uint8_t *data, uint32_t len) in blf_cbc_decrypt()
/dports/www/firefox/firefox-99.0/security/nss/cmd/lib/
H A Dberparse.c47 NextChar(BERParse *h, unsigned char **buf, int *len) in NextChar()
58 ParseTag(BERParse *h, unsigned char **buf, int *len) in ParseTag()
88 ParseLength(BERParse *h, unsigned char **buf, int *len) in ParseLength()
136 ParseLeaf(BERParse *h, unsigned char **buf, int *len) in ParseLeaf()
194 BER_ParseSome(BERParse *h, unsigned char *buf, int len) in BER_ParseSome()

1...<<1701170217031704170517061707170817091710>>...19883