Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_certificate_openssl.c117 unsigned char *pkBytes = NULL; in GetPubKeyEncoded() local
118 int32_t pkLen = i2d_PUBKEY(impl->pubKey, &pkBytes); in GetPubKeyEncoded()
128 OPENSSL_free(pkBytes); in GetPubKeyEncoded()
131 (void)memcpy_s(returnBlob->data, pkLen, pkBytes, pkLen); in GetPubKeyEncoded()
134 OPENSSL_free(pkBytes); in GetPubKeyEncoded()