Home
last modified time | relevance | path

Searched refs:os1 (Results 1 – 7 of 7) sorted by relevance

/trueos/crypto/heimdal/appl/telnet/libtelnet/
HDgenget.c55 char *os1; in isprefix() local
60 os1 = s1; in isprefix()
69 return(*s1 ? 0 : (*s2 ? (s1 - os1) : (os1 - s1))); in isprefix()
/trueos/contrib/telnet/libtelnet/
HDgenget.c59 char *os1; in isprefix() local
64 os1 = s1; in isprefix()
73 return(*s1 ? 0 : (*s2 ? (s1 - os1) : (os1 - s1))); in isprefix()
/trueos/crypto/openssl/crypto/rsa/
HDrsa_ameth.c543 ASN1_STRING *os1 = NULL, *os2 = NULL; in rsa_item_sign() local
588 if (!ASN1_item_pack(pss, ASN1_ITEM_rptr(RSA_PSS_PARAMS), &os1)) in rsa_item_sign()
591 os2 = ASN1_STRING_dup(os1); in rsa_item_sign()
598 V_ASN1_SEQUENCE, os1); in rsa_item_sign()
599 os1 = os2 = NULL; in rsa_item_sign()
606 if (os1) in rsa_item_sign()
607 ASN1_STRING_free(os1); in rsa_item_sign()
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDCheckSecuritySyntaxOnly.cpp602 llvm::raw_svector_ostream os1(buf1); in checkCall_rand() local
603 os1 << '\'' << *FD << "' is a poor random number generator"; in checkCall_rand()
613 BR.EmitBasicReport(AC->getDecl(), os1.str(), "Security", os2.str(), in checkCall_rand()
717 llvm::raw_svector_ostream os1(buf1); in checkUncheckedReturnValue() local
718 os1 << "Return value is not checked in call to '" << *FD << '\''; in checkUncheckedReturnValue()
728 BR.EmitBasicReport(AC->getDecl(), os1.str(), "Security", os2.str(), in checkUncheckedReturnValue()
/trueos/crypto/heimdal/lib/asn1/
HDcheck-der.c973 const heim_octet_string os1 = { 1, "a" } , os2 = { 0, NULL }; in test_misc_cmp() local
974 ret = der_heim_octet_string_cmp(&os1, &os2); in test_misc_cmp()
980 const heim_octet_string os1 = { 1, "a" } , os2 = { 1, "b" }; in test_misc_cmp() local
981 ret = der_heim_octet_string_cmp(&os1, &os2); in test_misc_cmp()
/trueos/contrib/llvm/lib/Analysis/
HDAliasAnalysisEvaluator.cpp96 raw_string_ostream os1(o1), os2(o2); in PrintResults() local
97 WriteAsOperand(os1, V1, true, M); in PrintResults()
/trueos/crypto/heimdal/lib/krb5/
HDcrypto.c2548 krb5_data os1, os2; in krb5_crypto_fx_cf2() local
2560 ret = krb5_crypto_prfplus(context, crypto1, pepper1, keysize, &os1); in krb5_crypto_fx_cf2()
2569 unsigned char *p1 = os1.data, *p2 = os2.data, *p3 = res->keyvalue.data; in krb5_crypto_fx_cf2()
2576 krb5_data_free(&os1); in krb5_crypto_fx_cf2()