OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objstr
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/pem/
pem_info.c
317
const char *
objstr
=NULL;
local
323
objstr
=OBJ_nid2sn(EVP_CIPHER_nid(enc));
324
if (
objstr
== NULL)
350
objstr
=OBJ_nid2sn(
352
if (
objstr
== NULL)
359
OPENSSL_assert(strlen(
objstr
)+23+2*enc->iv_len+13 <= sizeof buf);
362
PEM_dek_info(buf,
objstr
,enc->iv_len,(char *)iv);
pem_lib.c
292
const char *
objstr
=NULL;
local
299
objstr
=OBJ_nid2sn(EVP_CIPHER_nid(enc));
300
if (
objstr
== NULL)
353
OPENSSL_assert(strlen(
objstr
)+23+2*enc->iv_len+13 <= sizeof buf);
357
PEM_dek_info(buf,
objstr
,enc->iv_len,(char *)iv);
Completed in 18 milliseconds