Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter.c49 typedef const BIGNUM* (*GetDsaInfoFunc)(const DSA *d); typedef
623 …int32_t GetDsaKeyInfo(const DSA *dsa, const BIGNUM **info, uint32_t *infoSize, GetDsaInfoFunc func) in GetDsaKeyInfo()