Searched refs:rtmp (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/KerberosHelper-151/Source/
H A DconfigureAFPServer15 my @rtmp = grep /default_realm/, <REALM>;
18 chomp (@rtmp);
20 my @rtmp = split (/\s+/, $rtmp[0]);
22 my $realmString = $rtmp[3];
/macosx-10.10.1/OpenSSL098-52/src/engines/
H A De_4758cca.c401 RSA *rtmp = NULL; local
471 rtmp = RSA_new_method(e);
472 RSA_set_ex_data(rtmp, hndidx, (char *)keyToken);
474 rtmp->e = BN_bin2bn(exponent, exponentLength, NULL);
475 rtmp->n = BN_bin2bn(modulus, modulusFieldLength, NULL);
476 rtmp->flags |= RSA_FLAG_EXT_PKEY;
479 EVP_PKEY_assign_RSA(res, rtmp);
487 if (rtmp)
488 RSA_free(rtmp);
495 RSA *rtmp local
[all...]
H A De_chil.c753 RSA *rtmp = NULL; local
803 rtmp = RSA_new_method(eng);
804 RSA_set_ex_data(rtmp, hndidx_rsa, (char *)hptr);
805 rtmp->e = BN_new();
806 rtmp->n = BN_new();
807 rtmp->flags |= RSA_FLAG_EXT_PKEY;
808 MPI2BN(rtmp->e, e);
809 MPI2BN(rtmp->n, n);
818 bn_expand2(rtmp->e, e.size/sizeof(BN_ULONG));
819 bn_expand2(rtmp
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/pem/
H A Dpem_all.c165 RSA *rtmp; local
167 rtmp = EVP_PKEY_get1_RSA(key);
169 if(!rtmp) return NULL;
172 *rsa = rtmp;
174 return rtmp;
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/rs-ecc/
H A Drslib.c52 unsigned char r[6], rtmp; local
62 rtmp = gfadd (m[i], r[5]);
65 r[j] = gfadd (gfmul (rtmp, g[j]), r[j - 1]);
67 r[0] = gfmul (rtmp, g[0]);
/macosx-10.10.1/bzip2-36/bzip2/
H A Dcompress.c190 register UChar rtmp; local
193 rtmp = yy[1];
197 while ( rll_i != rtmp ) {
200 rtmp2 = rtmp;
201 rtmp = *ryy_j;
204 yy[0] = rtmp;
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A DMakefile.netware190 ifeq ($(findstring -rtmp,$(CFG)),-rtmp)
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A DMakefile.netware196 ifeq ($(findstring -rtmp,$(CFG)),-rtmp)
H A Dversion.c50 #include <librtmp/rtmp.h>
208 "rtmp",
H A Dcurl_rtmp.c34 #include <librtmp/rtmp.h>
/macosx-10.10.1/curl-83.1.2/curl/src/
H A DMakefile.netware205 ifeq ($(findstring -rtmp,$(CFG)),-rtmp)
/macosx-10.10.1/BerkeleyDB-21/db/tcl/
H A Dtcl_rep.c727 void *ctmp, *rtmp; local
752 ret = _CopyObjBytes(interp, objv[4], &rtmp,
759 rec.data = rtmp;
846 __os_free(NULL, rtmp);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dcheckpw.c677 char *rtmp; local
683 rtmp = strrchr(userid,'@');
684 *rtmp = '\0';
685 user_realm = rtmp + 1;
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/mtest/
H A Dmpi.c1146 mp_int qtmp, rtmp; local
1190 if((res = mp_init_copy(&rtmp, b)) != MP_OKAY)
1193 if((res = s_mp_div(&qtmp, &rtmp)) != MP_OKAY)
1197 SIGN(&rtmp) = SIGN(a); /* Sr = Sa */
1205 if(s_mp_cmp_d(&rtmp, 0) == MP_EQ)
1206 SIGN(&rtmp) = MP_ZPOS;
1213 s_mp_exch(&rtmp, r);
1216 mp_clear(&rtmp);
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dca.c2793 ASN1_ENUMERATED *rtmp = NULL; local
2807 rtmp = ASN1_ENUMERATED_new();
2808 if (!rtmp || !ASN1_ENUMERATED_set(rtmp, reason_code))
2810 if (!X509_REVOKED_add1_ext_i2d(rev, NID_crl_reason, rtmp, 0, 0))
2834 ASN1_ENUMERATED_free(rtmp);
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509/
H A Dx509_vfy.c808 X509_REVOKED rtmp; local
812 rtmp.serialNumber = X509_get_serialNumber(x);
822 idx = sk_X509_REVOKED_find(crl->crl->revoked, &rtmp);
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dservices21 rtmp 1/ddp #Routing Table Maintenance Protocol
587 at-rtmp 201/udp # AppleTalk Routing Maintenance
588 at-rtmp 201/tcp # AppleTalk Routing Maintenance
7189 citrix-rtmp 2897/udp # Citrix RTMP
7190 citrix-rtmp 2897/tcp # Citrix RTMP
8896 rtmp-port 3500/udp # RTMP Port
8897 rtmp-port 3500/tcp # RTMP Port
/macosx-10.10.1/curl-83.1.2/curl/
H A Dconfigure24803 for ac_header in librtmp/rtmp.h
24805 ac_fn_c_check_header_mongrel "$LINENO" "librtmp/rtmp.h" "ac_cv_header_librtmp_rtmp_h" "$ac_includes_default"
[all...]

Completed in 275 milliseconds