Home
last modified time | relevance | path

Searched refs:a_cipher (Results 1 – 3 of 3) sorted by relevance

/dports/security/putty-nogtk/putty-0.76/
H A Dsshccp.c859 struct chacha20 a_cipher; /* Used for length */ member
972 smemclr(&ctx->a_cipher, sizeof(ctx->a_cipher)); in ccp_free()
990 chacha20_key(&ctx->a_cipher, key + 32); in ccp_key()
1017 chacha20_iv(&ctx->a_cipher, iv); in ccp_length_op()
1029 chacha20_encrypt(&ctx->a_cipher, blk, len); in ccp_encrypt_length()
1037 chacha20_decrypt(&ctx->a_cipher, blk, len); in ccp_decrypt_length()
/dports/security/putty/putty-0.76/
H A Dsshccp.c859 struct chacha20 a_cipher; /* Used for length */ member
972 smemclr(&ctx->a_cipher, sizeof(ctx->a_cipher)); in ccp_free()
990 chacha20_key(&ctx->a_cipher, key + 32); in ccp_key()
1017 chacha20_iv(&ctx->a_cipher, iv); in ccp_length_op()
1029 chacha20_encrypt(&ctx->a_cipher, blk, len); in ccp_encrypt_length()
1037 chacha20_decrypt(&ctx->a_cipher, blk, len); in ccp_decrypt_length()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshccp.c859 struct chacha20 a_cipher; /* Used for length */ member
972 smemclr(&ctx->a_cipher, sizeof(ctx->a_cipher)); in ccp_free()
990 chacha20_key(&ctx->a_cipher, key + 32); in ccp_key()
1017 chacha20_iv(&ctx->a_cipher, iv); in ccp_length_op()
1029 chacha20_encrypt(&ctx->a_cipher, blk, len); in ccp_encrypt_length()
1037 chacha20_decrypt(&ctx->a_cipher, blk, len); in ccp_decrypt_length()