* Re: reg: RNG functions Usage in NetworkPkg [not found] <1660715EBDF480CD.8308@groups.io> @ 2021-02-12 5:52 ` Sivaraman Nainar 2021-02-16 13:09 ` [edk2-devel] " Maciej Rabeda 0 siblings, 1 reply; 5+ messages in thread From: Sivaraman Nainar @ 2021-02-12 5:52 UTC (permalink / raw) To: devel@edk2.groups.io, Sivaraman Nainar, Rabeda, Maciej Cc: Lavanya Paneerselvam [-- Attachment #1: Type: text/plain, Size: 845 bytes --] Hello Maciej: Do you have any comment on this. -Siva From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Sivaraman Nainar Sent: Thursday, February 4, 2021 10:05 AM To: Rabeda, Maciej; devel@edk2.groups.io Cc: Lavanya Paneerselvam Subject: [edk2-devel] reg: RNG functions Usage in NetworkPkg Hello Maciej: Do we have any plan to use the RNG Library function in the Macro "NET_RANDOM" of NetworkPkg. NET_RANDOM can use GetRandomNumber32() which is more reliable right? Thanks Siva This e-mail is intended for the use of the addressee only and may contain privileged, confidential, or proprietary information that is exempt from disclosure under law. If you have received this message in error, please inform us promptly by reply e-mail, then delete the e-mail and destroy any printed copy. Thank you. [-- Attachment #2: Type: text/html, Size: 4438 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] reg: RNG functions Usage in NetworkPkg 2021-02-12 5:52 ` reg: RNG functions Usage in NetworkPkg Sivaraman Nainar @ 2021-02-16 13:09 ` Maciej Rabeda 2021-02-17 9:31 ` Sivaraman Nainar 0 siblings, 1 reply; 5+ messages in thread From: Maciej Rabeda @ 2021-02-16 13:09 UTC (permalink / raw) To: devel, sivaramann; +Cc: Lavanya Paneerselvam [-- Attachment #1: Type: text/plain, Size: 1176 bytes --] Hi Siva, I am not proactively trying to change that. NET_RANDOM is used throughout the network stack and touching it would require solid regression. Is there any defect requiring such a change? Thanks, Maciej On 12-Feb-21 06:52, Sivaraman Nainar wrote: > > Hello Maciej: > > Do you have any comment on this. > > -Siva > > *From:* devel@edk2.groups.io [mailto:devel@edk2.groups.io] *On Behalf > Of *Sivaraman Nainar > *Sent:* Thursday, February 4, 2021 10:05 AM > *To:* Rabeda, Maciej; devel@edk2.groups.io > *Cc:* Lavanya Paneerselvam > *Subject:* [edk2-devel] reg: RNG functions Usage in NetworkPkg > > Hello Maciej: > > Do we have any plan to use the RNG Library function in the Macro > “*NET_RANDOM” *of NetworkPkg. > > ** > > NET_RANDOM can use *GetRandomNumber32() *which is more reliable right? > > ** > > Thanks > > Siva > > This e-mail is intended for the use of the addressee only and may > contain privileged, confidential, or proprietary information that is > exempt from disclosure under law. If you have received this message in > error, please inform us promptly by reply e-mail, then delete the > e-mail and destroy any printed copy. Thank you. > > [-- Attachment #2: Type: text/html, Size: 5215 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] reg: RNG functions Usage in NetworkPkg 2021-02-16 13:09 ` [edk2-devel] " Maciej Rabeda @ 2021-02-17 9:31 ` Sivaraman Nainar 2021-02-22 17:12 ` Maciej Rabeda 0 siblings, 1 reply; 5+ messages in thread From: Sivaraman Nainar @ 2021-02-17 9:31 UTC (permalink / raw) To: Rabeda, Maciej, devel@edk2.groups.io; +Cc: Lavanya Paneerselvam [-- Attachment #1: Type: text/plain, Size: 1642 bytes --] Hello Maciej: We haven't met any issue with the current implementation. RNG Library functions are using Process Based Random Number generation. Some OEM's asking about the plan for the same support in NetworkPkg. -Siva From: Rabeda, Maciej [mailto:maciej.rabeda@linux.intel.com] Sent: Tuesday, February 16, 2021 6:40 PM To: devel@edk2.groups.io; Sivaraman Nainar Cc: Lavanya Paneerselvam Subject: Re: [edk2-devel] reg: RNG functions Usage in NetworkPkg Hi Siva, I am not proactively trying to change that. NET_RANDOM is used throughout the network stack and touching it would require solid regression. Is there any defect requiring such a change? Thanks, Maciej On 12-Feb-21 06:52, Sivaraman Nainar wrote: Hello Maciej: Do you have any comment on this. -Siva From: devel@edk2.groups.io<mailto:devel@edk2.groups.io> [mailto:devel@edk2.groups.io] On Behalf Of Sivaraman Nainar Sent: Thursday, February 4, 2021 10:05 AM To: Rabeda, Maciej; devel@edk2.groups.io<mailto:devel@edk2.groups.io> Cc: Lavanya Paneerselvam Subject: [edk2-devel] reg: RNG functions Usage in NetworkPkg Hello Maciej: Do we have any plan to use the RNG Library function in the Macro "NET_RANDOM" of NetworkPkg. NET_RANDOM can use GetRandomNumber32() which is more reliable right? Thanks Siva This e-mail is intended for the use of the addressee only and may contain privileged, confidential, or proprietary information that is exempt from disclosure under law. If you have received this message in error, please inform us promptly by reply e-mail, then delete the e-mail and destroy any printed copy. Thank you. [-- Attachment #2: Type: text/html, Size: 6770 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] reg: RNG functions Usage in NetworkPkg 2021-02-17 9:31 ` Sivaraman Nainar @ 2021-02-22 17:12 ` Maciej Rabeda 0 siblings, 0 replies; 5+ messages in thread From: Maciej Rabeda @ 2021-02-22 17:12 UTC (permalink / raw) To: devel, sivaramann; +Cc: Lavanya Paneerselvam [-- Attachment #1: Type: text/plain, Size: 1994 bytes --] Siva, OEMs are very welcome to submit a patch for that. Thanks, Maciej On 17-Feb-21 10:31, Sivaraman Nainar wrote: > > Hello Maciej: > > We haven’t met any issue with the current implementation. > > RNG Library functions are using Process Based Random Number generation. > > Some OEM’s asking about the plan for the same support in NetworkPkg. > > -Siva > > *From:* Rabeda, Maciej [mailto:maciej.rabeda@linux.intel.com] > *Sent:* Tuesday, February 16, 2021 6:40 PM > *To:* devel@edk2.groups.io; Sivaraman Nainar > *Cc:* Lavanya Paneerselvam > *Subject:* Re: [edk2-devel] reg: RNG functions Usage in NetworkPkg > > Hi Siva, > > I am not proactively trying to change that. > NET_RANDOM is used throughout the network stack and touching it would > require solid regression. > Is there any defect requiring such a change? > > Thanks, > Maciej > > On 12-Feb-21 06:52, Sivaraman Nainar wrote: > > Hello Maciej: > > Do you have any comment on this. > > -Siva > > *From:* devel@edk2.groups.io <mailto:devel@edk2.groups.io> > [mailto:devel@edk2.groups.io <mailto:devel@edk2.groups.io>] *On > Behalf Of *Sivaraman Nainar > *Sent:* Thursday, February 4, 2021 10:05 AM > *To:* Rabeda, Maciej; devel@edk2.groups.io > <mailto:devel@edk2.groups.io> > *Cc:* Lavanya Paneerselvam > *Subject:* [edk2-devel] reg: RNG functions Usage in NetworkPkg > > Hello Maciej: > > Do we have any plan to use the RNG Library function in the Macro > “*NET_RANDOM” *of NetworkPkg. > > ** > > NET_RANDOM can use *GetRandomNumber32() *which is more reliable right? > > ** > > Thanks > > Siva > > This e-mail is intended for the use of the addressee only and may > contain privileged, confidential, or proprietary information that > is exempt from disclosure under law. If you have received this > message in error, please inform us promptly by reply e-mail, then > delete the e-mail and destroy any printed copy. Thank you. > > [-- Attachment #2: Type: text/html, Size: 7983 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* reg: RNG functions Usage in NetworkPkg @ 2021-02-04 4:35 Sivaraman Nainar 0 siblings, 0 replies; 5+ messages in thread From: Sivaraman Nainar @ 2021-02-04 4:35 UTC (permalink / raw) To: Rabeda, Maciej, devel@edk2.groups.io; +Cc: Lavanya Paneerselvam [-- Attachment #1: Type: text/plain, Size: 199 bytes --] Hello Maciej: Do we have any plan to use the RNG Library function in the Macro "NET_RANDOM" of NetworkPkg. NET_RANDOM can use GetRandomNumber32() which is more reliable right? Thanks Siva [-- Attachment #2: Type: text/html, Size: 2323 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-02-22 17:12 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <1660715EBDF480CD.8308@groups.io> 2021-02-12 5:52 ` reg: RNG functions Usage in NetworkPkg Sivaraman Nainar 2021-02-16 13:09 ` [edk2-devel] " Maciej Rabeda 2021-02-17 9:31 ` Sivaraman Nainar 2021-02-22 17:12 ` Maciej Rabeda 2021-02-04 4:35 Sivaraman Nainar
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox