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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_chacha20_poly1305.c 33 static OSSL_FUNC_cipher_final_fn chacha20_poly1305_final; variable
320 static int chacha20_poly1305_final(void *vctx, unsigned char *out, size_t *outl, function
344 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))chacha20_poly1305_final },
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_chacha20_poly1305.c 33 static OSSL_FUNC_cipher_final_fn chacha20_poly1305_final; variable
312 static int chacha20_poly1305_final(void *vctx, unsigned char *out, size_t *outl, function
337 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))chacha20_poly1305_final },

Completed in 23 milliseconds