OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_rsa
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
tls_o.c
1656
RSA *
tmp_rsa
;
local
1660
tmp_rsa
= NULL;
1663
tmp_rsa
= RSA_new();
1664
if (
tmp_rsa
&& !RSA_generate_key_ex(
tmp_rsa
, key_length, bn, NULL )) {
1665
RSA_free(
tmp_rsa
);
1666
tmp_rsa
= NULL;
1672
if ( !
tmp_rsa
) {
1677
return
tmp_rsa
;
Completed in 41 milliseconds
Indexes created Fri Apr 10 00:22:58 UTC 2026