Home
last modified time | relevance | path

Searched refs:ii (Results 1 – 12 of 12) sorted by relevance

/openssl/crypto/rc5/
H A Drc5_skey.c23 int i, j, m, c, t, ii, jj; in RC5_32_set_key() local
41 ii = len - i; in RC5_32_set_key()
42 if (ii) { in RC5_32_set_key()
57 ii = jj = 0; in RC5_32_set_key()
60 k = (S[ii] + A + B) & RC5_32_MASK; in RC5_32_set_key()
61 A = S[ii] = ROTATE_l32(k, 3); in RC5_32_set_key()
65 if (++ii >= t) in RC5_32_set_key()
66 ii = 0; in RC5_32_set_key()
/openssl/demos/digest/
H A DEVP_MD_stdin.c44 unsigned int ii; in demonstrate_digest() local
96 while ((ii = BIO_read(input, buffer, sizeof(buffer))) > 0) { in demonstrate_digest()
97 if (EVP_DigestUpdate(digest_context, buffer, ii) != 1) { in demonstrate_digest()
107 for (ii=0; ii<digest_length; ii++) { in demonstrate_digest()
108 fprintf(stdout, "%02x", digest_value[ii]); in demonstrate_digest()
/openssl/test/testutil/
H A Ddriver.c290 int ii, i, jj, j, jstep; in run_tests() local
318 ii = permute[j]; in run_tests()
320 permute[i] = ii; in run_tests()
323 for (ii = 0; ii != num_tests; ++ii) { in run_tests()
324 i = permute[ii]; in run_tests()
331 test_printf_tapout("%d - %s (%d..%d)\n", ii + 1, in run_tests()
335 test_printf_tapout("%d - %s\n", ii + 1, in run_tests()
/openssl/crypto/x509/
H A Dt_req.c119 int j, type = 0, count = 1, ii = 0; in X509_REQ_print_ex() local
128 ii = 0; in X509_REQ_print_ex()
135 at = X509_ATTRIBUTE_get0_type(a, ii); in X509_REQ_print_ex()
161 if (++ii < count) in X509_REQ_print_ex()
/openssl/ssl/statem/
H A Dstatem_dtls.c26 long ii; \
27 … for (ii = (start); ii < (end); ii++) bitmask[((ii) >> 3)] |= (1 << ((ii) & 7)); \
29 long ii; \
31 … for (ii = (((start) >> 3) + 1); ii < ((((end) - 1)) >> 3); ii++) bitmask[ii] = 0xff; \
36 long ii; \
39 if (is_complete) for (ii = (((msg_len) - 1) >> 3) - 1; ii >= 0 ; ii--) \
40 if (bitmask[ii] != 0xff) { is_complete = 0; break; } }
/openssl/crypto/evp/
H A Dbio_b64.c116 int ret = 0, i, ii, j, k, x, n, num, ret_code; in b64_read() local
252 for (ii = 0; ii < n; ii++) in b64_read()
253 ctx->tmp[ii] = p[ii]; in b64_read()
/openssl/crypto/bn/
H A Dbn_nist.c267 int ii; \
270 for (ii = 0; ii < top; ii++) \
271 (dst)[ii] = src[ii]; \
272 for (; ii < max; ii++) \
273 (dst)[ii] = 0; \
/openssl/crypto/conf/
H A Dconf_def.c212 int bufnum = 0, i, ii; in def_load_bio() local
266 ii = i = strlen(p); in def_load_bio()
276 ii -= 3; in def_load_bio()
319 if (ii && i == ii) in def_load_bio()
/openssl/ssl/
H A Ds3_lib.c4243 int i, ii, ok, prefer_sha256 = 0; in ssl3_choose_cipher() local
4396 ii = sk_SSL_CIPHER_find(allow, c); in ssl3_choose_cipher()
4397 if (ii >= 0) { in ssl3_choose_cipher()
4406 ret = sk_SSL_CIPHER_value(allow, ii); in ssl3_choose_cipher()
4411 const SSL_CIPHER *tmp = sk_SSL_CIPHER_value(allow, ii); in ssl3_choose_cipher()
4424 ret = sk_SSL_CIPHER_value(allow, ii); in ssl3_choose_cipher()
/openssl/crypto/engine/
H A DREADME.md29 (ii) indirectly;
200 method, and (ii) because of (i), there was no meaningful way for library or
/openssl/crypto/bio/
H A Dbss_dgram.c2135 int ii, auth_data = 0, auth_forward = 0; in dgram_sctp_read() local
2145 ii = getsockopt(b->num, IPPROTO_SCTP, SCTP_PEER_AUTH_CHUNKS, in dgram_sctp_read()
2148 if (ii >= 0) in dgram_sctp_read()
/openssl/
H A DLICENSE.txt21 otherwise, or (ii) ownership of fifty percent (50%) or more of the

Completed in 38 milliseconds