HomeSort by relevance Sort by last modified time
    Searched refs:TAB_SIZE (Results 1 - 25 of 26) sorted by null

1 2

  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_hash_descriptor.c 18 struct ltc_hash_descriptor hash_descriptor[TAB_SIZE] = {
crypt_prng_descriptor.c 17 struct ltc_prng_descriptor prng_descriptor[TAB_SIZE] = {
crypt_cipher_is_valid.c 26 if (idx < 0 || idx >= TAB_SIZE || cipher_descriptor[idx].name == NULL) {
crypt_hash_is_valid.c 26 if (idx < 0 || idx >= TAB_SIZE || hash_descriptor[idx].name == NULL) {
crypt_prng_is_valid.c 26 if (idx < 0 || idx >= TAB_SIZE || prng_descriptor[idx].name == NULL) {
crypt_register_hash.c 31 for (x = 0; x < TAB_SIZE; x++) {
39 for (x = 0; x < TAB_SIZE; x++) {
crypt_register_prng.c 31 for (x = 0; x < TAB_SIZE; x++) {
39 for (x = 0; x < TAB_SIZE; x++) {
crypt_register_cipher.c 31 for (x = 0; x < TAB_SIZE; x++) {
39 for (x = 0; x < TAB_SIZE; x++) {
crypt_cipher_descriptor.c 18 struct ltc_cipher_descriptor cipher_descriptor[TAB_SIZE] = {
crypt_find_cipher.c 28 for (x = 0; x < TAB_SIZE; x++) {
crypt_find_cipher_id.c 27 for (x = 0; x < TAB_SIZE; x++) {
crypt_find_hash.c 28 for (x = 0; x < TAB_SIZE; x++) {
crypt_find_hash_id.c 27 for (x = 0; x < TAB_SIZE; x++) {
crypt_find_hash_oid.c 23 for (x = 0; x < TAB_SIZE; x++) {
crypt_find_prng.c 28 for (x = 0; x < TAB_SIZE; x++) {
crypt_unregister_cipher.c 31 for (x = 0; x < TAB_SIZE; x++) {
crypt_unregister_hash.c 31 for (x = 0; x < TAB_SIZE; x++) {
crypt_unregister_prng.c 31 for (x = 0; x < TAB_SIZE; x++) {
crypt_find_cipher_any.c 35 for (x = 0; x < TAB_SIZE; x++) {
crypt_find_hash_any.c 34 for (x = 0; x < TAB_SIZE; x++) {
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt.h 27 #define TAB_SIZE 4
  /external/dropbear/libtommath/
bn_s_mp_exptmod.c 18 #define TAB_SIZE 32
20 #define TAB_SIZE 256
25 mp_int M[TAB_SIZE], res, mu;
bn_mp_exptmod_fast.c 27 #define TAB_SIZE 32
29 #define TAB_SIZE 256
34 mp_int M[TAB_SIZE], res;
  /external/libvpx/libvpx/
libs.doxy_template 174 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
177 TAB_SIZE = 4
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c     [all...]

Completed in 173 milliseconds

1 2