HomeSort by relevance Sort by last modified time
    Searched refs:hash_name (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
hashlib.py 163 def pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None):
170 if not isinstance(hash_name, str):
171 raise TypeError(hash_name)
179 inner = new(hash_name)
180 outer = new(hash_name)
183 password = new(hash_name, password).digest()
204 hex_format_string = "%%0%ix" % (new(hash_name).digest_size * 2)
  /external/python/cpython2/Lib/
hashlib.py 163 def pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None):
170 if not isinstance(hash_name, str):
171 raise TypeError(hash_name)
179 inner = new(hash_name)
180 outer = new(hash_name)
183 password = new(hash_name, password).digest()
204 hex_format_string = "%%0%ix" % (new(hash_name).digest_size * 2)
  /external/curl/src/
tool_metalink.h 57 const char *hash_name; member in struct:__anon16416
tool_metalink.c 605 digest_def->hash_name, strerror(errno));
612 digest_def->hash_name, "failed to initialize hash algorithm");
630 digest_def->hash_name, strerror(errno));
643 digest_def->hash_name);
646 filename, digest_def->hash_name);
  /external/libnetfilter_conntrack/src/conntrack/
labels.c 41 static unsigned int hash_name(const char *name) function
54 unsigned int i = hash_name(name);
74 unsigned int i = hash_name(n);
  /external/avb/
avbtool 72 hash_name: Empty or a name from |hashlib.algorithms|.
79 def __init__(self, algorithm_type, hash_name, hash_num_bytes,
82 self.hash_name = hash_name
96 hash_name='',
103 hash_name='sha256',
117 hash_name='sha256',
131 hash_name='sha256',
145 hash_name='sha512',
159 hash_name='sha512'
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp 658 auto hash_name = field->attributes.Lookup("hash"); local
659 if (hash_name) {
663 if (FindHashFunction32(hash_name->constant.c_str()) == nullptr)
665 hash_name->constant);
670 if (FindHashFunction64(hash_name->constant.c_str()) == nullptr)
672 hash_name->constant);
682 if (!hash_name)
1078 Value *hash_name = field->attributes.Lookup("hash"); local
    [all...]
  /external/elfutils/src/
elflint.c 2383 const char *hash_name; local
    [all...]
  /external/valgrind/perf/
tinycc.c     [all...]

Completed in 651 milliseconds