Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/adapter/huks/src/
H A Dsoftbus_rsa_encrypt.c250 static int32_t DataToPublicKey(const uint8_t *bufKey, int32_t bufKeyLen, RSA **pubKey) in DataToPublicKey() argument
255 if (bufKey == NULL || bufKeyLen < 0 || pubKey == NULL) { in DataToPublicKey()
264 res = BIO_write(pBio, bufKey, bufKeyLen); in DataToPublicKey()