Searched refs:os1 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/telnet/libtelnet/ |
H A D | genget.c | 51 char *os1; in isprefix() local 56 os1 = s1; in isprefix() 65 return(*s1 ? 0 : (*s2 ? (s1 - os1) : (os1 - s1))); in isprefix()
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | genget.c | 55 char *os1; in isprefix() local 60 os1 = s1; in isprefix() 69 return(*s1 ? 0 : (*s2 ? (s1 - os1) : (os1 - s1))); in isprefix()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_ameth.c | 649 ASN1_STRING *os1 = NULL; in rsa_item_sign() local 651 os1 = ossl_rsa_ctx_to_pss_string(pkctx); in rsa_item_sign() 652 if (os1 == NULL) in rsa_item_sign() 656 ASN1_STRING *os2 = ASN1_STRING_dup(os1); in rsa_item_sign() 659 ASN1_STRING_free(os1); in rsa_item_sign() 664 ASN1_STRING_free(os1); in rsa_item_sign() 670 V_ASN1_SEQUENCE, os1)) { in rsa_item_sign() 671 ASN1_STRING_free(os1); in rsa_item_sign()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | check-der.c | 973 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()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 45 raw_string_ostream os1(o1), os2(o2); in PrintResults() local 46 Loc1.first->printAsOperand(os1, false, M); in PrintResults()
|
/freebsd/usr.bin/localedef/ |
H A D | collate.c | 1084 wchar_t *os1 = s1; in wsncpy() local 1092 return (os1); in wsncpy()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | crypto.c | 2551 krb5_data os1, os2; in krb5_crypto_fx_cf2() local 2563 ret = krb5_crypto_prfplus(context, crypto1, pepper1, keysize, &os1); in krb5_crypto_fx_cf2() 2572 unsigned char *p1 = os1.data, *p2 = os2.data, *p3 = res->keyvalue.data; in krb5_crypto_fx_cf2() 2579 krb5_data_free(&os1); in krb5_crypto_fx_cf2()
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |