Searched refs:used_bytes (Results 1 – 2 of 2) sorted by relevance
21 size_t used_bytes; member113 ctx->u.rc4.used_bytes, crypt, len); in crypto_cipher_encrypt()114 ctx->u.rc4.used_bytes += len; in crypto_cipher_encrypt()177 ctx->u.rc4.used_bytes, plain, len); in crypto_cipher_decrypt()178 ctx->u.rc4.used_bytes += len; in crypto_cipher_decrypt()
293 size_t used_bytes; member363 ctx->u.rc4.used_bytes, crypt, len); in crypto_cipher_encrypt()364 ctx->u.rc4.used_bytes += len; in crypto_cipher_encrypt()387 ctx->u.rc4.used_bytes, plain, len); in crypto_cipher_decrypt()388 ctx->u.rc4.used_bytes += len; in crypto_cipher_decrypt()