Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_utils.cpp40 using AsyKeySpecItemRelation = AsyKeySpecItemRelationT; typedef
42 static const AsyKeySpecItemRelation ASY_KEY_SPEC_RELATION_SET[] = {
79 …for (uint32_t i = 0; i < sizeof(ASY_KEY_SPEC_RELATION_SET) / sizeof(AsyKeySpecItemRelation); i++) { in GetAsyKeySpecType()