Searched refs:eOrYSize (Results 1 – 10 of 10) sorted by relevance
23 | uint32_t [eOrYSize](#eorysize) | e或Y值的长度。 | 30 ### eOrYSize subsection33 uint32_t OH_Huks_PubKeyInfo::eOrYSize
23 | uint32_t [eOrYSize](#eorysize) | Length of **e** or **Y**. |30 ### eOrYSize subsection33 uint32_t OH_Huks_PubKeyInfo::eOrYSize
116 uint32_t totalSize = spkiHeaderLen + info->nOrXSize + info->eOrYSize; in GetEcPublicKey()129 …emcpy_s(p, totalSize - spkiHeaderLen - info->nOrXSize, publicKey + info->nOrXSize, info->eOrYSize); in GetEcPublicKey()148 struct HksAsn1Blob e = { ASN_1_TAG_TYPE_INT, info->eOrYSize, publicKey + info->nOrXSize }; in ConstructKeySeq()
257 if ((publicKey->size - offset) < publicKeyInfo->eOrYSize) { in TranslateToX509PublicKey()263 struct HksBlob material2 = { publicKeyInfo->eOrYSize, publicKey->data + offset }; in TranslateToX509PublicKey()320 pubKeyInfo->eOrYSize = eSize; in X509PublicKeyToRsa()381 pubKeyInfo->eOrYSize = ySize; in X509PublicKeyToEcc()
439 if ((publicKey->size - offset) < publicKeyInfo->eOrYSize) { in TranslateToX509PublicKey()444 struct HksBlob material2 = { publicKeyInfo->eOrYSize, publicKey->data + offset }; in TranslateToX509PublicKey()473 pubKeyInfo->eOrYSize = (uint32_t)eSize; in X509PublicKeyToRsa()525 pubKeyInfo->eOrYSize = ySize; in EcKeyToPublicKey()580 pubKeyInfo->eOrYSize = pubYBlob.size; in EvpPkeyToHksPubKeyInfo()
145 uint32_t eOrYSize; member
831 uint32_t eOrYSize; member
833 ASSERT_EQ(sizeof(pubKeyInfo.eOrYSize) == sizeof(uint32_t), true);839 ASSERT_EQ(sizeof(hksPubKeyInfo.eOrYSize) == sizeof(uint32_t), true);
153 pubKeyInfo->eOrYSize = eSize; in X509ToRsaPublicKey()
486 pubKeyInfo->eOrYSize = ySize; in EcKeyToPublicKey()