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

/macosx-10.10/pam_modules-140/modules/pam_nologin/
H A Dpam_nologin.c72 char *mtmp=NULL; local
111 message.msg = mtmp = malloc(st.st_size+1);
117 read(fd, mtmp, st.st_size);
118 mtmp[st.st_size] = '\000';
124 free(mtmp);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dh/
H A Ddh_lib.c100 DH_METHOD *mtmp; local
101 mtmp = dh->meth;
102 if (mtmp->finish) mtmp->finish(dh);
105 return mtmp;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dsa/
H A Ddsa_lib.c109 const DSA_METHOD *mtmp; local
110 mtmp = dsa->meth;
111 if (mtmp->finish) mtmp->finish(dsa);
114 return mtmp;
/macosx-10.10/OpenSSL098-52/src/crypto/dh/
H A Ddh_lib.c87 const DH_METHOD *mtmp; local
88 mtmp = dh->meth;
89 if (mtmp->finish) mtmp->finish(dh);
/macosx-10.10/OpenSSL098-52/src/crypto/dsa/
H A Ddsa_lib.c106 const DSA_METHOD *mtmp; local
114 mtmp = dsa->meth;
115 if (mtmp->finish) mtmp->finish(dsa);
/macosx-10.10/OpenSSL098-52/src/crypto/rsa/
H A Drsa_eng.c120 const RSA_METHOD *mtmp; local
128 mtmp = rsa->meth;
129 if (mtmp->finish) mtmp->finish(rsa);
/macosx-10.10/OpenSSL098-52/src/crypto/cms/
H A Dcms_lib.c409 EVP_MD_CTX *mtmp; local
417 BIO_get_md_ctx(chain, &mtmp);
418 if (EVP_MD_CTX_type(mtmp) == nid
422 || EVP_MD_pkey_type(EVP_MD_CTX_md(mtmp)) == nid)
424 EVP_MD_CTX_copy_ex(mctx, mtmp);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/rsa/
H A Drsa_lib.c113 const RSA_METHOD *mtmp; local
114 mtmp = rsa->meth;
115 if (mtmp->finish) mtmp->finish(rsa);
118 return mtmp;
/macosx-10.10/OpenSSL098-52/src/crypto/dso/
H A Ddso_lib.c88 DSO_METHOD *mtmp; local
89 mtmp = dso->meth;
91 return(mtmp);

Completed in 146 milliseconds