HomeSort by relevance Sort by last modified time
    Searched defs:mtmp (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/dh/
dh_lib.c 87 const DH_METHOD *mtmp; local
88 mtmp = dh->meth;
89 if (mtmp->finish) mtmp->finish(dh);
  /external/openssl/crypto/dsa/
dsa_lib.c 98 const DSA_METHOD *mtmp; local
99 mtmp = dsa->meth;
100 if (mtmp->finish) mtmp->finish(dsa);
  /external/openssl/crypto/dso/
dso_lib.c 88 DSO_METHOD *mtmp; local
89 mtmp = dso->meth;
91 return(mtmp);
  /external/openssl/crypto/rsa/
rsa_lib.c 113 const RSA_METHOD *mtmp; local
114 mtmp = rsa->meth;
115 if (mtmp->finish) mtmp->finish(rsa);

Completed in 101 milliseconds