OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:md_type
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
openssldigest.cc
88
int
md_type
= EVP_MD_type(md);
local
89
if (
md_type
== NID_md5) {
91
} else if (
md_type
== NID_sha1) {
93
} else if (
md_type
== NID_sha224) {
95
} else if (
md_type
== NID_sha256) {
97
} else if (
md_type
== NID_sha384) {
99
} else if (
md_type
== NID_sha512) {
/toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c
844
int
md_type
= md_elf_section_type (str, len);
local
845
if (
md_type
>= 0)
846
return
md_type
;
[
all
...]
Completed in 95 milliseconds