Home
last modified time | relevance | path

Searched refs:tmp_rsa (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_o.c1567 RSA *tmp_rsa; in tlso_tmp_rsa_cb() local
1571 tmp_rsa = NULL; in tlso_tmp_rsa_cb()
1574 tmp_rsa = RSA_new(); in tlso_tmp_rsa_cb()
1575 if ( tmp_rsa && !RSA_generate_key_ex( tmp_rsa, key_length, bn, NULL )) { in tlso_tmp_rsa_cb()
1576 RSA_free( tmp_rsa ); in tlso_tmp_rsa_cb()
1577 tmp_rsa = NULL; in tlso_tmp_rsa_cb()
1583 if ( !tmp_rsa ) { in tlso_tmp_rsa_cb()
1588 return tmp_rsa; in tlso_tmp_rsa_cb()