HomeSort by: relevance | last modified time | path
    Searched defs:chacha20_newctx (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_chacha20.c 22 static OSSL_FUNC_cipher_newctx_fn chacha20_newctx; variable
45 static void *chacha20_newctx(void *provctx) function
208 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))chacha20_newctx },
cipher_chacha20.c 22 static OSSL_FUNC_cipher_newctx_fn chacha20_newctx; variable
45 static void *chacha20_newctx(void *provctx) function
208 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))chacha20_newctx },
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_chacha20.c 22 static OSSL_FUNC_cipher_newctx_fn chacha20_newctx; variable
45 static void *chacha20_newctx(void *provctx) function
208 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))chacha20_newctx },
cipher_chacha20.c 22 static OSSL_FUNC_cipher_newctx_fn chacha20_newctx; variable
45 static void *chacha20_newctx(void *provctx) function
208 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))chacha20_newctx },

Completed in 40 milliseconds