HomeSort by: relevance | last modified time | path
    Searched refs:PROV_CHACHA20_CTX (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_chacha20.h 22 } PROV_CHACHA20_CTX;
34 void ossl_chacha20_initctx(PROV_CHACHA20_CTX *ctx);
cipher_chacha20_hw.c 17 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)bctx;
30 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)bctx;
44 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)bctx;
cipher_chacha20.c 35 void ossl_chacha20_initctx(PROV_CHACHA20_CTX *ctx)
47 PROV_CHACHA20_CTX *ctx;
60 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)vctx;
70 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)vctx;
71 PROV_CHACHA20_CTX *dupctx = NULL;
cipher_chacha20_poly1305.h 20 PROV_CHACHA20_CTX chacha;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_chacha20.h 22 } PROV_CHACHA20_CTX;
34 void ossl_chacha20_initctx(PROV_CHACHA20_CTX *ctx);
cipher_chacha20_hw.c 17 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)bctx;
30 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)bctx;
44 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)bctx;
cipher_chacha20.c 35 void ossl_chacha20_initctx(PROV_CHACHA20_CTX *ctx)
47 PROV_CHACHA20_CTX *ctx;
60 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)vctx;
70 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)vctx;
71 PROV_CHACHA20_CTX *dupctx = NULL;
cipher_chacha20_poly1305.h 20 PROV_CHACHA20_CTX chacha;

Completed in 29 milliseconds