Home
last modified time | relevance | path

Searched refs:partial_len (Results 1 – 4 of 4) sorted by relevance

/openssl-master/providers/implementations/ciphers/
A Dcipher_chacha20_hw.c24 ctx->partial_len = 0; in chacha20_initkey()
37 ctx->partial_len = 0; in chacha20_initiv()
47 n = ctx->partial_len; in chacha20_cipher()
53 ctx->partial_len = n; in chacha20_cipher()
59 ctx->partial_len = 0; in chacha20_cipher()
107 ctx->partial_len = rem; in chacha20_cipher()
A Dcipher_chacha20.h21 unsigned int partial_len; member
A Dcipher_chacha20_poly1305_hw.c141 ctx->chacha.partial_len = 0; in chacha20_poly1305_tls_cipher()
166 ctx->chacha.partial_len = 0; in chacha20_poly1305_tls_cipher()
199 ctx->chacha.partial_len = 0; in chacha20_poly1305_tls_cipher()
295 ctx->chacha.partial_len = 0; in chacha20_poly1305_aead_cipher()
/openssl-master/crypto/evp/
A De_chacha20_poly1305.c29 unsigned int partial_len; member
53 key->partial_len = 0; in chacha_init_key()
64 if ((n = key->partial_len)) { in chacha_cipher()
69 key->partial_len = n; in chacha_cipher()
75 key->partial_len = 0; in chacha_cipher()
122 key->partial_len = rem; in chacha_cipher()
235 actx->key.partial_len = 0; in chacha20_poly1305_tls_cipher()
260 actx->key.partial_len = 0; in chacha20_poly1305_tls_cipher()
293 actx->key.partial_len = 0; in chacha20_poly1305_tls_cipher()
380 actx->key.partial_len = 0; in chacha20_poly1305_cipher()

Completed in 5 milliseconds