OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objstr
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/pem/
pem_info.c
319
const char *
objstr
=NULL;
local
325
objstr
=OBJ_nid2sn(EVP_CIPHER_nid(enc));
326
if (
objstr
== NULL)
358
objstr
=OBJ_nid2sn(
360
if (
objstr
== NULL)
367
OPENSSL_assert(strlen(
objstr
)+23+2*enc->iv_len+13 <= sizeof buf);
370
PEM_dek_info(buf,
objstr
,enc->iv_len,(char *)iv);
pem_lib.c
340
const char *
objstr
=NULL;
local
347
objstr
=OBJ_nid2sn(EVP_CIPHER_nid(enc));
348
if (
objstr
== NULL)
402
OPENSSL_assert(strlen(
objstr
)+23+2*enc->iv_len+13 <= sizeof buf);
406
PEM_dek_info(buf,
objstr
,enc->iv_len,(char *)iv);
/external/openssl/crypto/pem/
pem_info.c
319
const char *
objstr
=NULL;
local
325
objstr
=OBJ_nid2sn(EVP_CIPHER_nid(enc));
326
if (
objstr
== NULL)
358
objstr
=OBJ_nid2sn(
360
if (
objstr
== NULL)
367
OPENSSL_assert(strlen(
objstr
)+23+2*enc->iv_len+13 <= sizeof buf);
370
PEM_dek_info(buf,
objstr
,enc->iv_len,(char *)iv);
pem_lib.c
340
const char *
objstr
=NULL;
local
347
objstr
=OBJ_nid2sn(EVP_CIPHER_nid(enc));
348
if (
objstr
== NULL)
402
OPENSSL_assert(strlen(
objstr
)+23+2*enc->iv_len+13 <= sizeof buf);
406
PEM_dek_info(buf,
objstr
,enc->iv_len,(char *)iv);
Completed in 34 milliseconds