Searched defs:nonce (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dentropy.c380 * Create next nonce value
382 * @ret nonce Nonce
388 static uint32_t nonce; local
390 /* The simplest implementation of a nonce uses a large counter */
391 nonce++;
393 return nonce;
417 uint32_t nonce; member in struct:__anon15092
452 /* 5.3. nonce = MakeNextNonce() */
453 data.nonce = make_next_nonce();
456 * df ( ( nonce || entropy_bitstrin
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dhmac_drbg_test.c56 const void *nonce; member in struct:hmac_drbg_test_instantiate
57 /** Length of nonce */
95 .nonce = nonce_array, \
114 uint8_t nonce[(test)->nonce_len]; \
121 memcpy ( entropy_nonce.nonce, (test)->nonce, \
122 sizeof ( entropy_nonce.nonce ) ); \
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dwpa.h130 u8 nonce[32]; member in struct:eapol_key_pkt
202 /** Length of a nonce */
342 /** Authenticator-provided nonce */
345 /** Supplicant-generated nonce (that's us) */
449 /** KDE type for a nonce */
485 /** For Nonce-type KDEs, the nonce */
486 u8 nonce[WPA_NONCE_LEN]; member in union:wpa_kde::__anon15756
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dwpa_ccmp.c65 /** CCMP nonce length */
68 /** CCMP nonce structure */
124 * in the nonce. WHYYYYY?
176 * @v nonce Nonce value, 13 bytes
186 static void ccmp_ctr_xor ( struct ccmp_ctx *ctx, const void *nonce, argument
197 memcpy ( A + 1, nonce, CCMP_NONCE_LEN );
250 * @v nonce Nonce value, 13 bytes
260 static void ccmp_cbc_mac ( struct ccmp_ctx *ctx, const void *nonce, argument
266 /* Zeroth block: flags, nonce, length */
272 memcpy ( B + 1, nonce, CCMP_NONCE_LE
328 struct ccmp_nonce nonce; local
396 struct ccmp_nonce nonce; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DTpm12.h478 UINT8 nonce[20]; member in struct:tdTPM_NONCE

Completed in 317 milliseconds