Home
last modified time | relevance | path

Searched refs:NUM_BITS (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dexptest.c23 #define NUM_BITS (BN_BITS2 * 4) macro
179 if (!TEST_true(BN_rand(a, NUM_BITS + c, BN_RAND_TOP_ONE, in test_mod_exp()
186 if (!TEST_true(BN_rand(b, NUM_BITS + c, BN_RAND_TOP_ONE, in test_mod_exp()
193 if (!TEST_true(BN_rand(m, NUM_BITS + c, BN_RAND_TOP_ONE, in test_mod_exp()
/freebsd/crypto/krb5/src/lib/crypto/openssl/enc_provider/
H A Dcamellia.c53 #define NUM_BITS 8 macro
250 Camellia_set_key(key->keyblock.contents, NUM_BITS * key->keyblock.length, in cts_encr()
299 Camellia_set_key(key->keyblock.contents, NUM_BITS * key->keyblock.length, in cts_decr()
394 NUM_BITS * key->keyblock.length, &enck); in krb5int_camellia_cbc_mac()
H A Daes.c54 #define NUM_BITS 8 macro
252 NUM_BITS * key->keyblock.length, &enck); in cts_encr()
301 NUM_BITS * key->keyblock.length, &deck); in cts_decr()