Searched refs:mtmp (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdh/
H A Dech_lib.c99 const ECDH_METHOD *mtmp; local
107 mtmp = ecdh->meth;
109 if (mtmp->finish)
110 mtmp->finish(eckey);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/dh/
H A Ddh_lib.c87 const DH_METHOD *mtmp; local
88 mtmp = dh->meth;
89 if (mtmp->finish) mtmp->finish(dh);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/dsa/
H A Ddsa_lib.c95 const DSA_METHOD *mtmp; local
96 mtmp = dsa->meth;
97 if (mtmp->finish) mtmp->finish(dsa);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_lib.c87 const DH_METHOD *mtmp; local
88 mtmp = dh->meth;
89 if (mtmp->finish) mtmp->finish(dh);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_lib.c98 const DSA_METHOD *mtmp; local
99 mtmp = dsa->meth;
100 if (mtmp->finish) mtmp->finish(dsa);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/math-emu/
H A Dfpudispatch.c1129 } mtmp, atmp; local
1155 &mtmp.ints.i1,&status))
1163 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1,
1178 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1,
1191 fpregs[tm] = mtmp.ints.i1;
1192 fpregs[tm+1] = mtmp.ints.i2;
1225 if (sgl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1,
1233 if (sgl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1,
1244 fpregs[tm] = mtmp.ints.i1;
1268 } mtmp, atm local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decs_lib.c86 const ECDSA_METHOD *mtmp; local
94 mtmp = ecdsa->meth;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/dso/
H A Ddso_lib.c88 DSO_METHOD *mtmp; local
89 mtmp = dso->meth;
91 return(mtmp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/dso/
H A Ddso_lib.c88 DSO_METHOD *mtmp; local
89 mtmp = dso->meth;
91 return(mtmp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rsa/
H A Drsa_lib.c113 const RSA_METHOD *mtmp; local
114 mtmp = rsa->meth;
115 if (mtmp->finish) mtmp->finish(rsa);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_lib.c113 const RSA_METHOD *mtmp; local
114 mtmp = rsa->meth;
115 if (mtmp->finish) mtmp->finish(rsa);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/9p/
H A Dmux.c279 struct v9fs_mux_data *m, *mtmp; local
325 mtmp = (void *)m->poll_waddr; /* the error code */
327 m = mtmp;
436 struct v9fs_mux_data *m, *mtmp; local
444 list_for_each_entry_safe(m, mtmp, &vpt->mux_list, mux_list) {

Completed in 102 milliseconds