Home
last modified time | relevance | path

Searched refs:cl (Results 1 – 16 of 16) sorted by relevance

/openssl/crypto/
H A Do_str.c209 unsigned char ch, cl; in hexstr2buf_sep() local
219 cl = *p++; in hexstr2buf_sep()
220 if (!cl) { in hexstr2buf_sep()
224 cli = OPENSSL_hexchar2int(cl); in hexstr2buf_sep()
H A Dx86_64cpuid.pl123 movzb %cl,%r10 # number of cores - 1
/openssl/crypto/bn/
H A Dbn_mul.c29 int cl, int dl) in bn_sub_part_words() argument
33 assert(cl >= 0); in bn_sub_part_words()
34 c = bn_sub_words(r, a, b, cl); in bn_sub_part_words()
39 r += cl; in bn_sub_part_words()
40 a += cl; in bn_sub_part_words()
41 b += cl; in bn_sub_part_words()
H A Dbn_local.h651 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl);
661 int cl, int dl);
H A Dbn_lib.c916 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) in bn_cmp_part_words() argument
919 n = cl - 1; in bn_cmp_part_words()
933 return bn_cmp_words(a, b, cl); in bn_cmp_part_words()
/openssl/crypto/bn/asm/
H A Drsaz-3k-avx512.pl311 shl \$4,%cl
312 or %cl,%dl
319 or %bl,%cl
324 adcb %cl,%r11b
329 xor %cl,%r11b
H A Drsaz-4k-avx512.pl334 shl \$4,%cl
335 or %cl,%dl
342 or %bl,%cl
354 adcb %cl,%r11b
360 xor %cl,%r11b
H A Drsaz-2k-avx512.pl281 shl \$4, %cl
282 or %cl, %bl
H A Dx86_64-mont5.pl3459 shrl %cl,%eax
/openssl/ssl/
H A Dt1_enc.c124 size_t n, i, j, k, cl; in tls1_change_cipher_state() local
143 cl = EVP_CIPHER_get_key_length(c); in tls1_change_cipher_state()
144 j = cl; in tls1_change_cipher_state()
236 NULL, 0, key, cl, iv, (size_t)k, mac_secret, in tls1_change_cipher_state()
H A Dssl_ciph.c2219 const SSL_CERT_LOOKUP *cl; in ssl_cert_is_disabled() local
2225 cl = ssl_cert_lookup_by_idx(idx, ctx); in ssl_cert_is_disabled()
2226 if (cl == NULL || (cl->amask & ctx->disabled_auth_mask) != 0) in ssl_cert_is_disabled()
/openssl/util/
H A Dfix-includes.sed4 s/_lo?cl\.h/_local.h/g ;
/openssl/
H A DNOTES-WINDOWS.md70 This sets up the environment variables needed for `nmake.exe`, `cl.exe`,
81 OpenSSL with assembly support using clang-cl as assembler or
83 OpenSSL using clang-cl as both compiler and assembler or
/openssl/Configurations/
H A D10-main.conf1607 push @ex_libs, 'bufferoverflowu.lib' if (`cl 2>&1` =~ /14\.00\.4[0-9]{4}\./);
1659 sub { `cl 2>&1` =~ /Version ([0-9]+)\./ && $1>=14
/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl2518 mov %cl, 0(%rdx)
2943 mov %cl, 16(%rdx)
H A Daesni-x86_64.pl2180 mov %cl,0($out)
2690 mov %cl,16($out)

Completed in 98 milliseconds