HomeSort by: relevance | last modified time | path
    Searched defs:rounds (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/sys/crypto/cast128/
cast128.h 16 int rounds; /* Number of rounds to use, 12 or 16 */ member in struct:__anon2459
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_rc5.c 32 int rounds; /* number of rounds */ member in struct:__anon298
47 data(c)->rounds = RC5_12_ROUNDS;
51 *(int *)ptr = data(c)->rounds;
59 data(c)->rounds = arg;
81 return RC5_32_set_key(&data(ctx)->ks, key_len, key, data(ctx)->rounds);
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_rc5.h 19 unsigned int rounds; /* number of rounds */ member in struct:prov_rc5_ctx_st
cipher_rc5.c 88 unsigned int rounds; local
90 if (!OSSL_PARAM_get_uint(p, &rounds)) {
94 if (rounds != RC5_8_ROUNDS
95 && rounds != RC5_12_ROUNDS
96 && rounds != RC5_16_ROUNDS) {
100 ctx->rounds = rounds;
122 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->rounds)) {
149 ctx->rounds = RC5_12_ROUNDS; \
  /src/crypto/external/bsd/openssh/dist/
cipher-aesctr.h 27 int rounds; /* keylen-dependent #rounds */ member in struct:aesctr_ctx
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
e_rc5.c 32 int rounds; /* number of rounds */ member in struct:__anon1407
47 data(c)->rounds = RC5_12_ROUNDS;
51 *(int *)ptr = data(c)->rounds;
59 data(c)->rounds = arg;
81 return RC5_32_set_key(&data(ctx)->ks, key_len, key, data(ctx)->rounds);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_rc5.h 19 unsigned int rounds; /* number of rounds */ member in struct:prov_blowfish_ctx_st
cipher_rc5.c 90 unsigned int rounds; local
92 if (!OSSL_PARAM_get_uint(p, &rounds)) {
96 if (rounds != RC5_8_ROUNDS
97 && rounds != RC5_12_ROUNDS
98 && rounds != RC5_16_ROUNDS) {
102 ctx->rounds = rounds;
125 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->rounds)) {
152 ctx->rounds = RC5_12_ROUNDS; \
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_rc5.c 26 int rounds; /* number of rounds */ member in struct:__anon2051
41 data(c)->rounds = RC5_12_ROUNDS;
45 *(int *)ptr = data(c)->rounds;
53 data(c)->rounds = arg;
74 key, data(ctx)->rounds);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
aes.h 42 int rounds; member in struct:aes_key_st
rc5.h 44 /* Number of rounds */
45 int rounds; member in struct:rc5_key_st
52 int rounds);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
aes.h 43 int rounds; member in struct:aes_key_st
rc5.h 44 /* Number of rounds */
45 int rounds; member in struct:rc5_key_st
52 int rounds);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
aes.h 37 int rounds; member in struct:aes_key_st
rc5.h 37 /* Number of rounds */
38 int rounds; member in struct:rc5_key_st
43 int rounds);
  /src/share/examples/rump/sdread/
sdread.c 63 int fd, val = 0, rounds = 0; local
70 if (rounds > 0) {
71 if (rounds == 1) {
81 rounds++;
82 } while (val == 0 || rounds >= 30);
  /src/sys/opencrypto/
gmac.h 46 int rounds; member in struct:_AES_GMAC_CTX
  /src/crypto/external/apache2/openssl/dist/include/crypto/
aria.h 38 unsigned int rounds; member in struct:aria_key_st
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/m68k/
aes-m68k.S 28 #define rounds (60 * 4) define
61 movel %d0,%a3@(rounds) | key->rounds = 10
138 movel %d0,%a3@(rounds) | key->rounds = 12
229 movel %d0,%a3@(rounds) | key->rounds = 14
407 movel %a3@(rounds),%d4
444 | for (i = 1; i < key->rounds; i++)
500 movel %a3@(rounds),%d
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
aes.h 61 int rounds; member in struct:aes_key
  /src/crypto/external/bsd/openssl/dist/include/crypto/
aria.h 38 unsigned int rounds; member in struct:aria_key_st
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/
aes-m68k.S 28 #define rounds (60 * 4) define
61 movel %d0,%a3@(rounds) | key->rounds = 10
138 movel %d0,%a3@(rounds) | key->rounds = 12
229 movel %d0,%a3@(rounds) | key->rounds = 14
407 movel %a3@(rounds),%d4
444 | for (i = 1; i < key->rounds; i++)
500 movel %a3@(rounds),%d
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
aria.h 37 unsigned int rounds; member in struct:aria_key_st
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/m68k/
aes-m68k.S 28 #define rounds (60 * 4) define
61 movel %d0,%a3@(rounds) | key->rounds = 10
138 movel %d0,%a3@(rounds) | key->rounds = 12
229 movel %d0,%a3@(rounds) | key->rounds = 14
407 movel %a3@(rounds),%d4
444 | for (i = 1; i < key->rounds; i++)
500 movel %a3@(rounds),%d
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_rsa_fips186_4.c 52 * Refer to FIPS 186-5 Table B.1 for minimum rounds of Miller Rabin
67 * Refer to FIPS 186-5 Table B.1 for minimum rounds of Miller Rabin
128 * rounds The number of Miller Rabin rounds
134 int rounds,
150 tmp = ossl_bn_check_generated_prime(p1, rounds, ctx, cb);
193 int bitlen, rounds; local
210 rounds = bn_rsa_fips186_5_aux_prime_MR_rounds(nlen);
228 if (!bn_rsa_fips186_4_find_aux_prob_prime(Xp1i, p1i, ctx, rounds, cb)
229 || !bn_rsa_fips186_4_find_aux_prob_prime(Xp2i, p2i, ctx, rounds, cb)
280 int i, imax, rounds; local
    [all...]

Completed in 34 milliseconds

1 2