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/boringssl/src/crypto/pem/
pem_info.c
318
const char *
objstr
=NULL;
local
326
objstr
=OBJ_nid2sn(EVP_CIPHER_nid(enc));
327
if (
objstr
== NULL)
359
objstr
=OBJ_nid2sn(
361
if (
objstr
== NULL)
368
assert(strlen(
objstr
)+23+2*iv_len+13 <= sizeof buf);
371
PEM_dek_info(buf,
objstr
,iv_len,(char *)iv);
pem_lib.c
291
const char *
objstr
=NULL;
local
298
objstr
=OBJ_nid2sn(EVP_CIPHER_nid(enc));
299
if (
objstr
== NULL)
350
assert(strlen(
objstr
)+23+2*iv_len+13 <= sizeof buf);
354
PEM_dek_info(buf,
objstr
,iv_len,(char *)iv);
Completed in 207 milliseconds