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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Darcfour.c65 encrypt_stream (void *context, function
140 encrypt_stream( &ctx, scratch, plaintext_1, sizeof(plaintext_1));
144 encrypt_stream(&ctx, scratch, scratch, sizeof(plaintext_1)); /* decrypt */
154 arcfour_setkey, NULL, NULL, encrypt_stream, encrypt_stream,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Darcfour.c65 encrypt_stream (void *context, function
140 encrypt_stream( &ctx, scratch, plaintext_1, sizeof(plaintext_1));
144 encrypt_stream(&ctx, scratch, scratch, sizeof(plaintext_1)); /* decrypt */
154 arcfour_setkey, NULL, NULL, encrypt_stream, encrypt_stream,

Completed in 63 milliseconds