OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpin
(Results
1 - 5
of
5
) sorted by null
/external/dropbear/libtomcrypt/src/pk/rsa/
rsa_sign_hash.c
83
unsigned char *
tmpin
;
local
106
tmpin
= XMALLOC(y);
107
if (
tmpin
== NULL) {
111
if ((err = der_encode_sequence(siginfo, 2,
tmpin
, &y)) != CRYPT_OK) {
112
XFREE(
tmpin
);
117
if ((err = pkcs_1_v1_5_encode(
tmpin
, y, LTC_PKCS_1_EMSA,
120
XFREE(
tmpin
);
123
XFREE(
tmpin
);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uu.py
107
self.
tmpin
= test_support.TESTFN + "i"
111
del self.
tmpin
117
test_support.unlink(self.
tmpin
)
118
fin = open(self.
tmpin
, 'wb')
122
fin = open(self.
tmpin
, 'rb')
124
uu.encode(fin, fout, self.
tmpin
, mode=0644)
131
self.assertEqual(s, encodedtextwrapped % (0644, self.
tmpin
))
134
uu.encode(self.
tmpin
, self.tmpout, self.
tmpin
, mode=0644)
138
self.assertEqual(s, encodedtextwrapped % (0644, self.
tmpin
))
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uu.py
107
self.
tmpin
= test_support.TESTFN + "i"
111
del self.
tmpin
117
test_support.unlink(self.
tmpin
)
118
fin = open(self.
tmpin
, 'wb')
122
fin = open(self.
tmpin
, 'rb')
124
uu.encode(fin, fout, self.
tmpin
, mode=0644)
131
self.assertEqual(s, encodedtextwrapped % (0644, self.
tmpin
))
134
uu.encode(self.
tmpin
, self.tmpout, self.
tmpin
, mode=0644)
138
self.assertEqual(s, encodedtextwrapped % (0644, self.
tmpin
))
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
pk7_smime.c
277
BIO *
tmpin
, *tmpout;
local
363
tmpin
= BIO_new_mem_buf(ptr, len);
364
if (
tmpin
== NULL)
371
tmpin
= indata;
374
if (!(p7bio=PKCS7_dataInit(p7,
tmpin
)))
419
if (
tmpin
== indata)
/external/openssl/crypto/pkcs7/
pk7_smime.c
277
BIO *
tmpin
, *tmpout;
local
363
tmpin
= BIO_new_mem_buf(ptr, len);
364
if (
tmpin
== NULL)
371
tmpin
= indata;
374
if (!(p7bio=PKCS7_dataInit(p7,
tmpin
)))
419
if (
tmpin
== indata)
Completed in 365 milliseconds