Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_hw.c17 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)bctx; in chacha20_initkey()
30 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)bctx; in chacha20_initiv()
44 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)bctx; in chacha20_cipher()
H A Dcipher_chacha20.c35 void ossl_chacha20_initctx(PROV_CHACHA20_CTX *ctx) in ossl_chacha20_initctx()
47 PROV_CHACHA20_CTX *ctx; in chacha20_newctx()
60 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)vctx; in chacha20_freectx()
70 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)vctx; in chacha20_dupctx()
71 PROV_CHACHA20_CTX *dupctx = NULL; in chacha20_dupctx()
H A Dcipher_chacha20.h22 } PROV_CHACHA20_CTX; typedef
34 void ossl_chacha20_initctx(PROV_CHACHA20_CTX *ctx);
H A Dcipher_chacha20_poly1305.h20 PROV_CHACHA20_CTX chacha;

Completed in 7 milliseconds