OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_xref.c
156
nid_triple *
ntr
;
local
165
ntr
= OPENSSL_malloc(sizeof(int) * 3);
166
if (!
ntr
)
168
ntr
->sign_id = signid;
169
ntr
->hash_id = dig_id;
170
ntr
->pkey_id = pkey_id;
172
if (!sk_nid_triple_push(sig_app,
ntr
))
174
OPENSSL_free(
ntr
);
178
if (!sk_nid_triple_push(sigx_app,
ntr
))
/external/openssl/crypto/objects/
obj_xref.c
156
nid_triple *
ntr
;
local
165
ntr
= OPENSSL_malloc(sizeof(int) * 3);
166
if (!
ntr
)
168
ntr
->sign_id = signid;
169
ntr
->hash_id = dig_id;
170
ntr
->pkey_id = pkey_id;
172
if (!sk_nid_triple_push(sig_app,
ntr
))
174
OPENSSL_free(
ntr
);
178
if (!sk_nid_triple_push(sigx_app,
ntr
))
Completed in 218 milliseconds