Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb24eea0 authored by Yifan Hong's avatar Yifan Hong
Browse files

binder: RpcCertificateUtils -> RpcTlsUtils.

There will be key utils in this file as well.

Test: pass
Bug: 199344157
Change-Id: I1cc4c14a0663c0e9f0832a3bfad6cc9464a27e2d
parent 22a54f6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ cc_defaults {
    ],
    srcs: [
        "RpcTransportTls.cpp",
        "RpcCertificateUtils.cpp",
        "RpcTlsUtils.cpp",
    ],
}

+2 −2
Original line number Diff line number Diff line
@@ -14,10 +14,10 @@
 * limitations under the License.
 */

#define LOG_TAG "RpcCertificateUtils"
#define LOG_TAG "RpcTlsUtils"
#include <log/log.h>

#include <binder/RpcCertificateUtils.h>
#include <binder/RpcTlsUtils.h>

#include "Utils.h"

+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#include <openssl/bn.h>
#include <openssl/ssl.h>

#include <binder/RpcCertificateUtils.h>
#include <binder/RpcTlsUtils.h>
#include <binder/RpcTransportTls.h>

#include "FdTrigger.h"
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
#define LOG_TAG "RpcCertificateVerifierSimple"
#include <log/log.h>

#include <binder/RpcCertificateUtils.h>
#include <binder/RpcTlsUtils.h>

#include "RpcCertificateVerifierSimple.h"