Searched refs:Exponent (Results 1 - 10 of 10) sorted by relevance

/vbox/include/iprt/crypto/
H A Drsa.h72 RTASN1INTEGER Exponent; member in struct:RTCRRSAOTHERPRIMEINFO
/vbox/src/VBox/Runtime/common/crypto/
H A Drsa-template.h52 RTASN1TMPL_MEMBER( Exponent, RTASN1INTEGER, RTAsn1Integer);
H A Dpkix-signature-rsa.cpp58 RTBIGNUM Exponent; member in struct:RTCRPKIXSIGNATURERSA
163 rc = RTAsn1Integer_ToBigNum(&pThis->Scratch.PublicKey.PublicExponent, &pThis->Exponent, 0);
182 rc = RTAsn1Integer_ToBigNum(&pThis->Scratch.PrivateKey.PublicExponent, &pThis->Exponent, RTBIGNUMINIT_F_SENSITIVE);
213 RTBigNumDestroy(&pThis->Exponent);
326 rc = RTBigNumModExp(&pThis->TmpBigNum2, &pThis->TmpBigNum1, &pThis->Exponent, &pThis->Modulus);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DStatusCodeDataTypeId.h258 INT16 Exponent; member in struct:__anon11359
/vbox/src/VBox/Runtime/testcase/
H A DtstRTBigNum.cpp937 RTBIGNUM Base, Exponent, Expected;
939 && testHexStringToNum(&Exponent, s_aTests[i].pszExponent, RTBIGNUMINIT_F_UNSIGNED | fFlags)
942 RTTESTI_CHECK_RC(RTBigNumExponentiate(&Result, &Base, &Exponent), VINF_SUCCESS);
945 RTTESTI_CHECK_RC(RTBigNumDestroy(&Exponent), VINF_SUCCESS);
1014 RTBIGNUM Base, Exponent, Expected, Modulus;
1016 && testHexStringToNum(&Exponent, s_aTests[i].pszExponent, RTBIGNUMINIT_F_UNSIGNED | fFlags)
1020 RTTESTI_CHECK_RC(RTBigNumModExp(&Result, &Base, &Exponent, &Modulus), VINF_SUCCESS);
1023 RTTESTI_CHECK_RC(RTBigNumDestroy(&Exponent), VINF_SUCCESS);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Guid/
H A DDataHubRecords.h244 /// This macro provides a calculation for base-10 representations. Value and Exponent are each
256 UINT16 Exponent; member in struct:__anon10580
1112 /// MaximumMemoryCapacity.Exponent = 0x8000 are used.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DCLexer.py104 Exponent=15 variable
2868 # C.g:623:5: ( ( '0' .. '9' )+ '.' ( '0' .. '9' )* ( Exponent )? ( FloatTypeSuffix )? | '.' ( '0' .. '9' )+ ( Exponent )? ( FloatTypeSuffix )? | ( '0' .. '9' )+ Exponent ( FloatTypeSuffix )? | ( '0' .. '9' )+ ( Exponent )? FloatTypeSuffix )
2872 # C.g:623:9: ( '0' .. '9' )+ '.' ( '0' .. '9' )* ( Exponent )? ( FloatTypeSuffix )?
2920 # C.g:623:37: ( Exponent )?
2927 # C.g:623:37: Exponent
2949 # C.g:624:9: '.' ( '0' .. '9' )+ ( Exponent )? ( FloatTypeSuffix )?
2978 # C.g:624:25: ( Exponent )
[all...]
H A DCParser.py41 Exponent=15 variable
62 "HexDigit", "IntegerTypeSuffix", "Exponent", "FloatTypeSuffix", "OctalEscape",
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DCLexer.py104 Exponent=15 variable
2868 # C.g:623:5: ( ( '0' .. '9' )+ '.' ( '0' .. '9' )* ( Exponent )? ( FloatTypeSuffix )? | '.' ( '0' .. '9' )+ ( Exponent )? ( FloatTypeSuffix )? | ( '0' .. '9' )+ Exponent ( FloatTypeSuffix )? | ( '0' .. '9' )+ ( Exponent )? FloatTypeSuffix )
2872 # C.g:623:9: ( '0' .. '9' )+ '.' ( '0' .. '9' )* ( Exponent )? ( FloatTypeSuffix )?
2920 # C.g:623:37: ( Exponent )?
2927 # C.g:623:37: Exponent
2949 # C.g:624:9: '.' ( '0' .. '9' )+ ( Exponent )? ( FloatTypeSuffix )?
2978 # C.g:624:25: ( Exponent )
[all...]
H A DCParser.py41 Exponent=15 variable
62 "HexDigit", "IntegerTypeSuffix", "Exponent", "FloatTypeSuffix", "OctalEscape",

Completed in 2212 milliseconds