HomeSort by: relevance | last modified time | path
    Searched defs:md_type (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/dev/
md.h 40 int md_type; member in struct:md_conf
48 * reflected in the value of the md_type field:
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
hmac-mbedtls.c 42 const mbedtls_md_info_t *md_type; local
49 md_type = mbedtls_md_info_from_type(MBEDTLS_MD_SHA256);
50 if (md_type == NULL) {
54 digest_size = mbedtls_md_get_size(md_type);
66 if ((status = mbedtls_md_setup(&ctx, md_type, 1)) != 0) {
  /src/external/mpl/bind/dist/lib/dns/
ds.c 44 const isc_md_type_t *md_type = NULL; local
56 md_type = ISC_MD_SHA1;
60 md_type = ISC_MD_SHA384;
64 md_type = ISC_MD_SHA256;
79 result = isc_md_init(md, md_type);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
ds.c 44 const isc_md_type_t *md_type = NULL; local
56 md_type = ISC_MD_SHA1;
60 md_type = ISC_MD_SHA384;
64 md_type = ISC_MD_SHA256;
79 result = isc_md_init(md, md_type);
  /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
p12_mutl.c 76 const EVP_MD *md_type))
79 const EVP_MD *md_type; local
104 if ((md_type = EVP_get_digestbyobj(macoid)) == NULL) {
108 md_size = EVP_MD_size(md_type);
109 md_type_nid = EVP_MD_type(md_type);
118 md_size, key, md_type)) {
124 iter, md_size, key, md_type)) {
129 || !HMAC_Init_ex(hmac, key, md_size, md_type, NULL)
177 const EVP_MD *md_type)
183 if (!md_type)
    [all...]
  /src/external/bsd/tcpdump/dist/
print-nsh.c 98 u_int ver, length, md_type; local
129 md_type = NSH_MD_TYPE(basehdr);
143 ND_PRINT("md type %s, ", tok2str(md_str, "unknown (0x%02x)", md_type));
185 if (md_type == MD_TYPE1) {
195 } else if (md_type == MD_TYPE2) {
  /src/crypto/external/bsd/openssl/dist/crypto/pkcs7/
pk7_doit.c 1022 int md_type; local
1042 md_type = OBJ_obj2nid(si->digest_alg->algorithm);
1056 if (EVP_MD_CTX_get_type(mdc) == md_type)
1062 if (EVP_MD_get_pkey_type(EVP_MD_CTX_get0_md(mdc)) == md_type)
1096 fetched_md = EVP_MD_fetch(libctx, OBJ_nid2sn(md_type), propq);
1101 md = EVP_get_digestbynid(md_type);
  /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
pk7_doit.c 945 int md_type; local
961 md_type = OBJ_obj2nid(si->digest_alg->algorithm);
976 if (EVP_MD_CTX_type(mdc) == md_type)
982 if (EVP_MD_pkey_type(EVP_MD_CTX_md(mdc)) == md_type)
1016 if (!EVP_VerifyInit_ex(mdc_tmp, EVP_get_digestbynid(md_type), NULL))
  /src/external/mpl/bind/dist/lib/isccc/
cc.c 261 const isc_md_type_t *md_type; local
272 md_type = ISC_MD_MD5;
275 md_type = ISC_MD_SHA1;
278 md_type = ISC_MD_SHA224;
281 md_type = ISC_MD_SHA256;
284 md_type = ISC_MD_SHA384;
287 md_type = ISC_MD_SHA512;
293 result = isc_hmac(md_type, secret->rstart, REGION_SIZE(*secret), data,
382 const isc_md_type_t *md_type; local
413 md_type = ISC_MD_MD5
    [all...]
  /src/sys/dev/efi/
efi.h 79 uint32_t md_type; member in struct:efi_md
  /src/crypto/external/apache2/openssl/dist/crypto/pkcs7/
pk7_doit.c 1071 int md_type; local
1091 md_type = OBJ_obj2nid(si->digest_alg->algorithm);
1104 if (EVP_MD_CTX_get_type(mdc) == md_type)
1110 if (EVP_MD_get_pkey_type(EVP_MD_CTX_get0_md(mdc)) == md_type)
1143 fetched_md = EVP_MD_fetch(libctx, OBJ_nid2sn(md_type), propq);
1148 md = EVP_get_digestbynid(md_type);
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 1451 int md_type = EVP_MD_get_type(md); local
1465 if (md_type == NID_sha1)
1467 else if (md_type == NID_md5_sha1)
1469 else if (md_type == NID_md5)
  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 1020 int md_type = md_elf_section_type (str, len); local
1021 if (md_type >= 0)
1022 return md_type;
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 1007 int md_type = md_elf_section_type (str, len); local
1008 if (md_type >= 0)
1009 return md_type;
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 2601 int md_type = EVP_MD_get_type(md); local
2617 if (md_type == NID_sha1)
2619 else if (md_type == NID_md5_sha1)
2621 else if (md_type == NID_md5)

Completed in 46 milliseconds