OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsalen
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
n_pkey.c
126
int
rsalen
, pkeylen, olen;
local
144
rsalen
= i2d_RSAPrivateKey(a, NULL);
150
pkey->private_key->length=
rsalen
;
172
if ((zz=(unsigned char *)OPENSSL_malloc(
rsalen
)) == NULL)
197
OPENSSL_cleanse(pkey->private_key->data,
rsalen
);
/external/openssl/crypto/asn1/
n_pkey.c
126
int
rsalen
, pkeylen, olen;
local
144
rsalen
= i2d_RSAPrivateKey(a, NULL);
150
pkey->private_key->length=
rsalen
;
172
if ((zz=(unsigned char *)OPENSSL_malloc(
rsalen
)) == NULL)
197
OPENSSL_cleanse(pkey->private_key->data,
rsalen
);
Completed in 399 milliseconds