Home
last modified time | relevance | path

Searched defs:HcfRand (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/crypto_framework/interfaces/innerkits/crypto_operation/
H A Drand.h25 typedef struct HcfRand HcfRand; typedef
27 struct HcfRand { struct
30 const char *(*getAlgoName)(HcfRand *self); argument
32 HcfResult (*generateRandom)(HcfRand *self, int32_t numBytes, HcfBlob *random); argument
34 HcfResult (*setSeed)(HcfRand *self, HcfBlob *seed); argument