Searched defs:SetEncryptKey (Results 1 – 3 of 3) sorted by relevance
177 void Converter::SetEncryptKey(const std::string &key) { SetEncryptKey(StringToChar(key)); } in SetEncryptKey() function
230 void Converter::SetEncryptKey(const std::vector<char> &key) { in SetEncryptKey() function in mindspore::Converter
231 typedef int32_t (*SetEncryptKey)(void *ctx, const uint8_t *key, uint32_t len); typedef