Searched refs:IV (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dprngpriv.h75 BYTE IV[20]; member in struct:__anon40
H A Dprng.c104 * out := SHA1(IV | out)
112 YSHA1Update(&sha,ctx->IV,20);
119 * IV := newState
120 * out := SHA1(IV)
130 memcpy(ctx->IV,newState,20);
132 YSHA1Update(&sha,ctx->IV,20);
327 /* Check position in IV */
/darwin-on-arm/xnu/libkern/libkern/crypto/
H A Daesxts.h57 const uint8_t *IV, // ignored
66 const uint8_t *tweak, // this can be considered the sector IV for this use
71 const uint8_t *tweak, // this can be considered the sector IV for this use
/darwin-on-arm/xnu/libkern/crypto/
H A Dcorecrypto_aesxts.c42 const uint8_t *IV __unused, // ignored
72 const uint8_t *iv, // this can be considered the sector IV for this use
88 const uint8_t *iv, // this can be considered the sector IV for this use

Completed in 76 milliseconds