Home
last modified time | relevance | path

Searched refs:mds (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_key.c86 unsigned int mds = 0, i; in EVP_BytesToKey() local
103 if (!EVP_DigestUpdate(c, &(md_buf[0]), mds)) in EVP_BytesToKey()
110 if (!EVP_DigestFinal_ex(c, &(md_buf[0]), &mds)) in EVP_BytesToKey()
116 if (!EVP_DigestUpdate(c, &(md_buf[0]), mds)) in EVP_BytesToKey()
118 if (!EVP_DigestFinal_ex(c, &(md_buf[0]), &mds)) in EVP_BytesToKey()
126 if (i == mds) in EVP_BytesToKey()
134 if (niv && (i != mds)) { in EVP_BytesToKey()
138 if (i == mds) in EVP_BytesToKey()
/third_party/openssl/crypto/evp/
H A Devp_key.c86 unsigned int mds = 0, i; in EVP_BytesToKey() local
103 if (!EVP_DigestUpdate(c, &(md_buf[0]), mds)) in EVP_BytesToKey()
110 if (!EVP_DigestFinal_ex(c, &(md_buf[0]), &mds)) in EVP_BytesToKey()
116 if (!EVP_DigestUpdate(c, &(md_buf[0]), mds)) in EVP_BytesToKey()
118 if (!EVP_DigestFinal_ex(c, &(md_buf[0]), &mds)) in EVP_BytesToKey()
126 if (i == mds) in EVP_BytesToKey()
134 if (niv && (i != mds)) { in EVP_BytesToKey()
138 if (i == mds) in EVP_BytesToKey()
/third_party/mbedtls/programs/test/
H A Ddlopen.c93 const int *mds = md_list(); in main() local
94 for (n = 0; mds[n] != 0; n++) {/* nothing to do, we're just counting */ in main()
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_sign.c153 sk_EVP_MD_free(ctx->mds); /* No EVP_MD_free method exists. */ in TS_RESP_CTX_free()
227 if (ctx->mds == NULL in TS_RESP_CTX_add_md()
228 && (ctx->mds = sk_EVP_MD_new_null()) == NULL) in TS_RESP_CTX_add_md()
230 if (!sk_EVP_MD_push(ctx->mds, md)) in TS_RESP_CTX_add_md()
466 for (i = 0; !md && i < sk_EVP_MD_num(ctx->mds); ++i) { in ts_RESP_check_request()
467 const EVP_MD *current_md = sk_EVP_MD_value(ctx->mds, i); in ts_RESP_check_request()
H A Dts_local.h109 STACK_OF(EVP_MD) *mds; /* Acceptable message digests. */ member
/third_party/openssl/crypto/ts/
H A Dts_rsp_sign.c153 sk_EVP_MD_free(ctx->mds); /* No EVP_MD_free method exists. */ in TS_RESP_CTX_free()
227 if (ctx->mds == NULL in TS_RESP_CTX_add_md()
228 && (ctx->mds = sk_EVP_MD_new_null()) == NULL) in TS_RESP_CTX_add_md()
230 if (!sk_EVP_MD_push(ctx->mds, md)) in TS_RESP_CTX_add_md()
466 for (i = 0; !md && i < sk_EVP_MD_num(ctx->mds); ++i) { in ts_RESP_check_request()
467 const EVP_MD *current_md = sk_EVP_MD_value(ctx->mds, i); in ts_RESP_check_request()
H A Dts_local.h109 STACK_OF(EVP_MD) *mds; /* Acceptable message digests. */ member
/third_party/backends/backend/
H A Dgt68xx_high.c730 req.mds = SANE_TRUE; in gt68xx_scanner_calibrate()
810 req.mds = SANE_FALSE; in gt68xx_scanner_calibrate()
904 request->mds = SANE_TRUE; in gt68xx_scanner_start_scan()
1215 request->mds = SANE_FALSE; in gt68xx_wait_lamp_stable()
1326 request.mds = SANE_TRUE; in gt68xx_afe_ccd_auto()
1363 request.mds = SANE_FALSE; in gt68xx_afe_ccd_auto()
1744 request.mds = SANE_TRUE; in gt68xx_afe_cis_read_lines()
1749 request.mds = SANE_FALSE; in gt68xx_afe_cis_read_lines()
1786 request.mds = SANE_FALSE; in gt68xx_afe_cis_read_lines()
2101 request.mds in gt68xx_sheetfed_scanner_calibrate()
[all...]
H A Dgt68xx_low.h557 SANE_Bool mds; /**< Move during scan */ member
H A Dgt68xx_generic.c565 motor_mode_1 |= (request->mds ? 0 : 1) << 2; in gt68xx_generic_setup_scan()

Completed in 10 milliseconds