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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_chacha20_poly1305.c 27 static OSSL_FUNC_cipher_encrypt_init_fn chacha20_poly1305_einit; variable
256 static int chacha20_poly1305_einit(void *vctx, const unsigned char *key, function
341 { OSSL_FUNC_CIPHER_ENCRYPT_INIT, (void (*)(void))chacha20_poly1305_einit },
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_chacha20_poly1305.c 27 static OSSL_FUNC_cipher_encrypt_init_fn chacha20_poly1305_einit; variable
245 static int chacha20_poly1305_einit(void *vctx, const unsigned char *key, function
334 { OSSL_FUNC_CIPHER_ENCRYPT_INIT, (void (*)(void))chacha20_poly1305_einit },

Completed in 81 milliseconds