Home
last modified time | relevance | path

Searched refs:bn (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/utils/src/
H A Dsys_cap_util.cpp34 std::string bn = GetBundleName(); in GetClientName() local
35 if (!bn.empty()) { in GetClientName()
36 WLOGFD("bundle name [%{public}s]", bn.c_str()); in GetClientName()
37 return bn; in GetClientName()
/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_certificate.cpp25 #include <openssl/bn.h>
301 BIGNUM *bn = ASN1_INTEGER_to_BN(serial, nullptr); in SetSerialNumber() local
302 if (!bn) { in SetSerialNumber()
306 serialNumber_ = BN_bn2hex(bn); in SetSerialNumber()
307 BN_free(bn); in SetSerialNumber()
/foundation/communication/dsoftbus/core/adapter/huks/src/
H A Dsoftbus_rsa_encrypt.c22 #include <openssl/bn.h>

Completed in 3 milliseconds