Home
last modified time | relevance | path

Searched refs:mval (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/asn1/
Dasn_mstbl.c25 CONF_VALUE *mval; in stbl_module_init() local
33 mval = sk_CONF_VALUE_value(sktmp, i); in stbl_module_init()
34 if (!do_tcreate(mval->value, mval->name)) { in stbl_module_init()
/third_party/openssl/crypto/asn1/
Dasn_mstbl.c25 CONF_VALUE *mval; in stbl_module_init() local
33 mval = sk_CONF_VALUE_value(sktmp, i); in stbl_module_init()
34 if (!do_tcreate(mval->value, mval->name)) { in stbl_module_init()
/third_party/openssl/apps/
Dreq.c64 unsigned long chtype, int mval);
1130 int nid, mval; in prompt_info() local
1178 mval = -1; in prompt_info()
1181 mval = 0; in prompt_info()
1215 n_min, n_max, chtype, mval)) in prompt_info()
1302 int mval; in auto_info() local
1330 mval = -1; in auto_info()
1332 mval = 0; in auto_info()
1336 mval)) in auto_info()
1358 unsigned long chtype, int mval) in add_DN_object() argument
[all …]
/third_party/node/deps/openssl/openssl/apps/
Dreq.c64 unsigned long chtype, int mval);
1134 int nid, mval; in prompt_info() local
1182 mval = -1; in prompt_info()
1185 mval = 0; in prompt_info()
1219 n_min, n_max, chtype, mval)) in prompt_info()
1306 int mval; in auto_info() local
1334 mval = -1; in auto_info()
1336 mval = 0; in auto_info()
1340 mval)) in auto_info()
1362 unsigned long chtype, int mval) in add_DN_object() argument
[all …]
/third_party/openssl/crypto/x509/
Dv3_utl.c1314 int i, mval, spec_char, plus_char; in X509V3_NAME_from_section() local
1346 mval = -1; in X509V3_NAME_from_section()
1349 mval = 0; in X509V3_NAME_from_section()
1353 mval)) in X509V3_NAME_from_section()
/third_party/openssl/crypto/cms/
Dcms_sd.c945 unsigned char mval[EVP_MAX_MD_SIZE]; in CMS_SignerInfo_verify_content() local
966 if (EVP_DigestFinal_ex(mctx, mval, &mlen) <= 0) { in CMS_SignerInfo_verify_content()
979 if (memcmp(mval, os->data, mlen)) { in CMS_SignerInfo_verify_content()
1001 si->signature->length, mval, mlen); in CMS_SignerInfo_verify_content()
/third_party/node/deps/openssl/openssl/crypto/cms/
Dcms_sd.c953 unsigned char mval[EVP_MAX_MD_SIZE]; in CMS_SignerInfo_verify_content() local
974 if (EVP_DigestFinal_ex(mctx, mval, &mlen) <= 0) { in CMS_SignerInfo_verify_content()
987 if (memcmp(mval, os->data, mlen)) { in CMS_SignerInfo_verify_content()
1009 si->signature->length, mval, mlen); in CMS_SignerInfo_verify_content()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_utl.c1314 int i, mval, spec_char, plus_char; in X509V3_NAME_from_section() local
1346 mval = -1; in X509V3_NAME_from_section()
1349 mval = 0; in X509V3_NAME_from_section()
1353 mval)) in X509V3_NAME_from_section()
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc4535 uint64_t dval, mval; in DecodeAdvancedSIMDTwoOrThreeRegisters() local
4539 get_d_register(vm, &mval); in DecodeAdvancedSIMDTwoOrThreeRegisters()
4541 set_d_register(vd, &mval); in DecodeAdvancedSIMDTwoOrThreeRegisters()
4544 uint32_t dval[4], mval[4]; in DecodeAdvancedSIMDTwoOrThreeRegisters() local
4548 get_neon_register(vm, mval); in DecodeAdvancedSIMDTwoOrThreeRegisters()
4550 set_neon_register(vd, mval); in DecodeAdvancedSIMDTwoOrThreeRegisters()