Home
last modified time | relevance | path

Searched refs:num_cipher_types (Results 1 – 6 of 6) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/crypto/c_src/
H A Dcipher.c136 static size_t num_cipher_types = 0; variable
170 num_cipher_types = 0; in init_cipher_types()
172 num_cipher_types++; in init_cipher_types()
179 qsort(cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types); in init_cipher_types()
189 return bsearch(&key, cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types); in get_cipher_type()
310 …return bsearch(&key, cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types_no_… in get_cipher_type_no_key()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcipher.c133 static size_t num_cipher_types = 0; variable
167 num_cipher_types = 0; in init_cipher_types()
169 num_cipher_types++; in init_cipher_types()
176 qsort(cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types); in init_cipher_types()
186 return bsearch(&key, cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types); in get_cipher_type()
314 …return bsearch(&key, cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types_no_… in get_cipher_type_no_key()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/crypto/c_src/
H A Dcipher.c138 static size_t num_cipher_types = 0; variable
172 num_cipher_types = 0; in init_cipher_types()
174 num_cipher_types++; in init_cipher_types()
181 qsort(cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types); in init_cipher_types()
191 return bsearch(&key, cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types); in get_cipher_type()
312 …return bsearch(&key, cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types_no_… in get_cipher_type_no_key()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcipher.c133 static size_t num_cipher_types = 0; variable
167 num_cipher_types = 0; in init_cipher_types()
169 num_cipher_types++; in init_cipher_types()
176 qsort(cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types); in init_cipher_types()
186 return bsearch(&key, cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types); in get_cipher_type()
314 …return bsearch(&key, cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types_no_… in get_cipher_type_no_key()
/dports/lang/erlang/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcipher.c133 static size_t num_cipher_types = 0; variable
167 num_cipher_types = 0; in init_cipher_types()
169 num_cipher_types++; in init_cipher_types()
176 qsort(cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types); in init_cipher_types()
186 return bsearch(&key, cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types); in get_cipher_type()
314 …return bsearch(&key, cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types_no_… in get_cipher_type_no_key()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcipher.c133 static size_t num_cipher_types = 0; variable
167 num_cipher_types = 0; in init_cipher_types()
169 num_cipher_types++; in init_cipher_types()
176 qsort(cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types); in init_cipher_types()
186 return bsearch(&key, cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types); in get_cipher_type()
314 …return bsearch(&key, cipher_types, num_cipher_types, sizeof(cipher_types[0]), cmp_cipher_types_no_… in get_cipher_type_no_key()