MCQOPTIONS
Saved Bookmarks
| 1. |
“Specify in the correct order (from top to bottom), which Pseudo Random Number Generation schemes are represented here?i)m = [ n/outlen]w_o = VW = the null stringFor i = 1 to mw_i = MAC(K,w_i-1)W = W || wiReturn leftmost n bits of Wii)m = [n/outlen]W = the null stringFor i = 1 to mw_i = MAC(K,V || i)W = W || w_iReturn leftmost n bits of Wiii)m = [n/outlen]A(0) = VW = the null stringFor I = 1 to mA(i) = MAC (K,A(i-1))w_i = MAC (K, a(I) || v)W = W || w_iReturn leftmost n bits of W” |
| A. | NIST SP 800-90 ; TLS/WTLS ; IEEE 802.11 |
| B. | TLS/WTLS ; NIST SP 800-90 ; IEEE 802.11 |
| C. | IEEE 802.11 ; NIST SP 800-90 ; TLS/WTLS |
| D. | NIST SP 800-90 ; IEEE 802.11 ; TLS/WTLS |
| Answer» E. | |