Home
last modified time | relevance | path

Searched refs:rmd (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_gen.c80 int i = 0, quo = 0, rmd = 0, adj = 0, retries = 0; in rsa_multiprime_keygen() local
118 rmd = bits % primes; in rsa_multiprime_keygen()
121 bitsr[i] = (i < rmd) ? quo + 1 : quo; in rsa_multiprime_keygen()
/third_party/openssl/crypto/rsa/
H A Drsa_gen.c80 int i = 0, quo = 0, rmd = 0, adj = 0, retries = 0; in rsa_multiprime_keygen() local
118 rmd = bits % primes; in rsa_multiprime_keygen()
121 bitsr[i] = (i < rmd) ? quo + 1 : quo; in rsa_multiprime_keygen()
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c154 {"rmd", OPT_RMD, 's', "Digest Algorithm to use in signature of OCSP response"},
1030 EVP_PKEY *rkey, const EVP_MD *rmd, in make_ocsp_response()
1142 if ( mctx == NULL || !EVP_DigestSignInit(mctx, &pkctx, rmd, NULL, rkey)) { in make_ocsp_response()
1028 make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, STACK_OF(X509) *ca, X509 *rcert, EVP_PKEY *rkey, const EVP_MD *rmd, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(X509) *rother, unsigned long flags, int nmin, int ndays, int badsig, const EVP_MD *resp_md) make_ocsp_response() argument
/third_party/openssl/apps/
H A Docsp.c154 {"rmd", OPT_RMD, 's', "Digest Algorithm to use in signature of OCSP response"},
1030 EVP_PKEY *rkey, const EVP_MD *rmd, in make_ocsp_response()
1142 if ( mctx == NULL || !EVP_DigestSignInit(mctx, &pkctx, rmd, NULL, rkey)) { in make_ocsp_response()
1028 make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, STACK_OF(X509) *ca, X509 *rcert, EVP_PKEY *rkey, const EVP_MD *rmd, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(X509) *rother, unsigned long flags, int nmin, int ndays, int badsig, const EVP_MD *resp_md) make_ocsp_response() argument
/third_party/python/Lib/
H A Dftplib.py644 def rmd(self, dirname): member in FTP
/third_party/python/Lib/test/
H A Dtest_ftplib.py221 self.push('250 rmd ok')
576 self.client.rmd('foo')

Completed in 12 milliseconds