Home
last modified time | relevance | path

Searched refs:ii (Results 1 – 13 of 13) 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 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/fuzz/corpora/bignum/
H A D0afd86e920e26df7346efbabd7d2806f4b474f3e1 #nIIIIIIIIIIIIIIII(IIRW�ii�zMIIIIIIIIIIIIII��i�iiRW�iIIIIII/[III(IIIIIJI�ii;z?iur^iR��i�iiRW�ii�…
/openssl/test/testutil/
H A Ddriver.c283 int ii, i, jj, j, jstep; in run_tests() local
311 ii = permute[j]; in run_tests()
313 permute[i] = ii; in run_tests()
316 for (ii = 0; ii != num_tests; ++ii) { in run_tests()
317 i = permute[ii]; in run_tests()
324 test_printf_tapout("%d - %s (%d..%d)\n", ii + 1, in run_tests()
328 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.c25 long ii; \
26 … for (ii = (start); ii < (end); ii++) bitmask[((ii) >> 3)] |= (1 << ((ii) & 7)); \
28 long ii; \
30 … for (ii = (((start) >> 3) + 1); ii < ((((end) - 1)) >> 3); ii++) bitmask[ii] = 0xff; \
35 long ii; \
38 if (is_complete) for (ii = (((msg_len) - 1) >> 3) - 1; ii >= 0 ; ii--) \
39 if (bitmask[ii] != 0xff) { is_complete = 0; break; } }
/openssl/crypto/evp/
H A Dbio_b64.c110 int ret = 0, i, ii, j, k, x, n, num, ret_code = 0; in b64_read() local
238 for (ii = 0; ii < n; ii++) in b64_read()
239 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
265 ii = i = strlen(p); in def_load_bio()
275 ii -= 3; in def_load_bio()
318 if (ii && i == ii) in def_load_bio()
/openssl/crypto/bio/
H A Dbss_dgram.c1172 int ii, auth_data = 0, auth_forward = 0; in dgram_sctp_read() local
1184 ii = getsockopt(b->num, IPPROTO_SCTP, SCTP_PEER_AUTH_CHUNKS, in dgram_sctp_read()
1187 if (ii >= 0) in dgram_sctp_read()
/openssl/ssl/
H A Ds3_lib.c4171 int i, ii, ok, prefer_sha256 = 0; in ssl3_choose_cipher() local
4324 ii = sk_SSL_CIPHER_find(allow, c); in ssl3_choose_cipher()
4325 if (ii >= 0) { in ssl3_choose_cipher()
4334 ret = sk_SSL_CIPHER_value(allow, ii); in ssl3_choose_cipher()
4339 const SSL_CIPHER *tmp = sk_SSL_CIPHER_value(allow, ii); in ssl3_choose_cipher()
4352 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/
H A DLICENSE.txt21 otherwise, or (ii) ownership of fifty percent (50%) or more of the

Completed in 54 milliseconds