Searched refs:srcv (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/crypto/
H A Darc4.c65 * @v srcv Data to encrypt or decrypt
77 static void arc4_xor ( void *ctxv, const void *srcv, void *dstv, argument
81 const u8 *src = srcv;
90 if ( srcv && dstv )
/external/syslinux/gpxe/src/net/80211/
H A Dwpa_ccmp.c176 * @v srcv Data to encrypt or decrypt
186 const void *srcv, void *destv, int len,
192 const u8 *src = srcv, *msrc = msrcv;
185 ccmp_ctr_xor( struct ccmp_ctx *ctx, const void *nonce, const void *srcv, void *destv, int len, const void *msrcv, void *mdestv ) argument

Completed in 112 milliseconds