1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/libc/xs/crypto
David Steele 7df7cf6e6d Rename cipherBlock*() functions to cipherBlock*C().
Some of the old names conflict with the new functions that must be created to implement the filter. Rename these to cipherBlock*C() to indicate that they take C-style parameters.

These functions are only used by the Perl LibC code and will be removed or refactored eventually.
2018-11-27 22:49:24 -05:00
..
cipherBlock.xs Rename cipherBlock*() functions to cipherBlock*C(). 2018-11-27 22:49:24 -05:00
cipherBlock.xsh Rename cipher module to the more general crypto. 2018-06-11 10:53:16 -04:00
hash.xs Add bufHex()to Buffer object. 2018-09-26 22:33:48 +01:00
hash.xsh Move cryptographic hash functions to C using OpenSSL. 2018-06-11 14:52:26 -04:00
random.xs Merge crypto/random module into crypto/crypto. 2018-11-06 20:04:16 -05:00