Searched defs:KeyTag (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/CryptRuntimeDxe/
H A DCryptRuntime.c163 @param[in] KeyTag Tag of RSA key component being set.
175 IN RSA_KEY_TAG KeyTag,
180 return RsaSetKey (RsaContext, KeyTag, BigNumber, BnLength);
173 RuntimeCryptRsaSetKey( IN OUT VOID *RsaContext, IN RSA_KEY_TAG KeyTag, IN CONST UINT8 *BigNumber, IN UINTN BnLength ) argument
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/
H A DRuntimeDxeIpfCryptLib.c326 @param[in] KeyTag Tag of RSA key component being set.
338 IN RSA_KEY_TAG KeyTag,
347 return mCryptProtocol->RsaSetKey (RsaContext, KeyTag, BigNumber, BnLength);
336 RsaSetKey( IN OUT VOID *RsaContext, IN RSA_KEY_TAG KeyTag, IN CONST UINT8 *BigNumber, IN UINTN BnLength ) argument
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptRsa.c91 @param[in] KeyTag Tag of RSA key component being set.
106 IN RSA_KEY_TAG KeyTag,
126 switch (KeyTag) {
263 @param[in] KeyTag Tag of RSA key component being set.
277 IN RSA_KEY_TAG KeyTag,
297 switch (KeyTag) {
104 RsaSetKey( IN OUT VOID *RsaContext, IN RSA_KEY_TAG KeyTag, IN CONST UINT8 *BigNumber, IN UINTN BnSize ) argument
275 RsaGetKey( IN OUT VOID *RsaContext, IN RSA_KEY_TAG KeyTag, OUT UINT8 *BigNumber, IN OUT UINTN *BnSize ) argument

Completed in 34 milliseconds