Home
last modified time | relevance | path

Searched refs:key_len (Results 151 – 175 of 21262) sorted by last modified time

12345678910>>...851

/dports/devel/php73-intl/php-7.3.33/ext/intl/collator/
H A Dcollator_sort.c557 int key_len = 0; in PHP_FUNCTION() local
605 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, NULL, 0); in PHP_FUNCTION()
606 if(!key_len) { in PHP_FUNCTION()
610 key_str = zend_string_alloc(key_len, 0); in PHP_FUNCTION()
611 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, (uint8_t*)ZSTR_VAL(key_str), key_len); in PHP_FUNCTION()
613 if(!key_len) { in PHP_FUNCTION()
616 ZSTR_LEN(key_str) = key_len - 1; in PHP_FUNCTION()
/dports/devel/ccrtp/ccrtp-2.1.2/src/ccrtp/crypto/
H A Dtwofish.h161 int key_len,
H A Dtwofish.c627 static int test_vector( Twofish_Byte key[], int key_len, Twofish_Byte p[16], Twofish_Byte c[16] ) in test_vector() argument
635 if ((i = Twofish_prepare_key( key, key_len, &xkey)) < 0) in test_vector()
759 static int test_sequence( int key_len, Twofish_Byte final_value[] ) in test_sequence() argument
783 if ((ret = Twofish_prepare_key( p+16, key_len, &xkey)) < 0) in test_sequence()
1331 int Twofish_prepare_key( Twofish_Byte key[], int key_len, Twofish_key * xkey ) in Twofish_prepare_key() argument
1393 if( key_len < 0 || key_len > 32 ) in Twofish_prepare_key()
1413 memcpy( K, key, key_len ); in Twofish_prepare_key()
1414 memset( K+key_len, 0, sizeof(K)-key_len ); in Twofish_prepare_key()
1420 kCycles = (key_len + 7) >> 3; in Twofish_prepare_key()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/openssl-0.9.8g/openssl/
H A Dpem.h196 int key_len; /* key length */ member
H A Dhmac.h99 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len,
H A Devp.h311 int key_len; /* Default value for variable length ciphers */ member
380 int key_len; /* May change for variable length cipher */ member
805 const unsigned char *key,int key_len,
/dports/devel/php74-intl/php-7.4.27/ext/intl/collator/
H A Dcollator_sort.c557 int key_len = 0; in PHP_FUNCTION() local
605 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, NULL, 0); in PHP_FUNCTION()
606 if(!key_len) { in PHP_FUNCTION()
610 key_str = zend_string_alloc(key_len, 0); in PHP_FUNCTION()
611 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, (uint8_t*)ZSTR_VAL(key_str), key_len); in PHP_FUNCTION()
613 if(!key_len) { in PHP_FUNCTION()
616 ZSTR_LEN(key_str) = key_len - 1; in PHP_FUNCTION()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/mobi/
H A Dutils.py510 key_len = 20
518 xor_key = os.urandom(key_len)
522 data[i] ^= key[i%key_len]
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/musicPlayer/src/
H A Dapplet-amazon.c139 int key_len = strlen (key); in _hmac_crypt() local
141 if (key_len > 64) in _hmac_crypt()
145 key_len = strlen (key); // 16 in _hmac_crypt()
147 cd_debug (" key_len:%d bytes", key_len); in _hmac_crypt()
161 memcpy ( k_ipad, key, key_len); in _hmac_crypt()
162 memcpy ( k_opad, key, key_len); in _hmac_crypt()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/include/
H A Dmyisam.h196 uint key_len,uint comp_flag,uchar * *ret_pos,
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql-common/
H A Dclient.c5050 size_t key_len= arg1 ? strlen(arg1) : 0, in mysql_options4() local
5052 size_t attr_storage_length= key_len + value_len; in mysql_options4()
5055 if (!key_len) in mysql_options4()
5062 attr_storage_length+= get_length_store_length(key_len); in mysql_options4()
5091 &key, key_len + 1, in mysql_options4()
5098 elt[0].str= key; elt[0].length= key_len; in mysql_options4()
5100 if (key_len) in mysql_options4()
5101 memcpy(key, arg1, key_len); in mysql_options4()
5102 key[key_len]= 0; in mysql_options4()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/include/
H A Dmyisam.h200 uint key_len,uint comp_flag,uchar * *ret_pos,
/dports/databases/mysql56-client/mysql-5.6.51/sql-common/
H A Dclient.c4831 size_t key_len= arg1 ? strlen(arg1) : 0, in mysql_options4() local
4833 size_t attr_storage_length= key_len + value_len; in mysql_options4()
4836 if (!key_len) in mysql_options4()
4843 attr_storage_length+= get_length_store_length(key_len); in mysql_options4()
4872 &key, key_len + 1, in mysql_options4()
4879 elt[0].str= key; elt[0].length= key_len; in mysql_options4()
4881 if (key_len) in mysql_options4()
4882 memcpy(key, arg1, key_len); in mysql_options4()
4883 key[key_len]= 0; in mysql_options4()
/dports/databases/mysql56-client/mysql-5.6.51/include/
H A Dmyisam.h200 uint key_len,uint comp_flag,uchar * *ret_pos,
/dports/databases/percona57-client/percona-server-5.7.36-39/include/
H A Dmyisam.h196 uint key_len,uint comp_flag,uchar * *ret_pos,
/dports/databases/mysql55-client/mysql-5.5.62/include/
H A Dmyisam.h193 uint key_len,uint comp_flag,uchar * *ret_pos,
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/
H A Dmod_tls.c15856 if (key_len < 0) {
15863 } else if (key_len == 0) {
15869 } else if (key_len < TLS_MIN_PSK_LEN) {
15877 key_buf[key_len] = '\0';
15881 if (key_buf[key_len-1] == '\n') {
15882 key_buf[key_len-1] = '\0';
15883 key_len--;
15886 if (key_buf[key_len-1] == '\r') {
15887 key_buf[key_len-1] = '\0';
15888 key_len--;
[all …]
/dports/databases/innotop/innotop-1.13.0/
H A Dinnotop1693key_len => { hdr => 'Key Length', num => 1, label => 'Number of bytes…
/dports/databases/mysql57-client/mysql-5.7.36/include/
H A Dmyisam.h196 uint key_len,uint comp_flag,uchar * *ret_pos,
/dports/databases/mariadb105-client/mariadb-10.5.15/scripts/
H A Dmytop.sh1807 my @cols = qw(table type possible_keys key key_len ref rows Extra);
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/
H A Dmyisam.h196 uint key_len,uint comp_flag,uchar * *ret_pos,
/dports/databases/freetds/freetds-1.3.4/src/tds/
H A Dsec_negotiate_openssl.h58 tds5_rsa_encrypt(const void *key, size_t key_len, const void *nonce, size_t nonce_len, const char *… in tds5_rsa_encrypt() argument
69 keybio = BIO_new_mem_buf((void*) key, key_len); in tds5_rsa_encrypt()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql-common/
H A Dclient.c5050 size_t key_len= arg1 ? strlen(arg1) : 0, in mysql_options4() local
5052 size_t attr_storage_length= key_len + value_len; in mysql_options4()
5055 if (!key_len) in mysql_options4()
5062 attr_storage_length+= get_length_store_length(key_len); in mysql_options4()
5091 &key, key_len + 1, in mysql_options4()
5098 elt[0].str= key; elt[0].length= key_len; in mysql_options4()
5100 if (key_len) in mysql_options4()
5101 memcpy(key, arg1, key_len); in mysql_options4()
5102 key[key_len]= 0; in mysql_options4()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/include/
H A Dmyisam.h200 uint key_len,uint comp_flag,uchar * *ret_pos,
/dports/databases/percona57-server/percona-server-5.7.36-39/include/
H A Dmyisam.h196 uint key_len,uint comp_flag,uchar * *ret_pos,

12345678910>>...851