ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
gcry_cipher_algos
ocean
util
cipher
gcrypt
c
gcrypt
See original's library documentation for details.
Values
Value
Meaning
GCRY_CIPHER_NONE
0
GCRY_CIPHER_IDEA
1
GCRY_CIPHER_3DES
2
GCRY_CIPHER_CAST5
3
GCRY_CIPHER_BLOWFISH
4
GCRY_CIPHER_SAFER_SK128
5
GCRY_CIPHER_DES_SK
6
GCRY_CIPHER_AES
7
GCRY_CIPHER_AES192
8
GCRY_CIPHER_AES256
9
GCRY_CIPHER_TWOFISH
10
GCRY_CIPHER_ARCFOUR
301
GCRY_CIPHER_DES
302
GCRY_CIPHER_TWOFISH128
303
GCRY_CIPHER_SERPENT128
304
GCRY_CIPHER_SERPENT192
305
GCRY_CIPHER_SERPENT256
306
GCRY_CIPHER_RFC2268_40
307
GCRY_CIPHER_RFC2268_128
308
GCRY_CIPHER_SEED
309
GCRY_CIPHER_CAMELLIA128
310
GCRY_CIPHER_CAMELLIA192
311
GCRY_CIPHER_CAMELLIA256
312
GCRY_CIPHER_SALSA20
313
GCRY_CIPHER_SALSA20R12
314
GCRY_CIPHER_GOST28147
315
GCRY_CIPHER_CHACHA20
316
Meta
Source
See Implementation
ocean
util
cipher
gcrypt
c
gcrypt
aliases
gcry_cipher_hd_t
enums
gcry_cipher_algos
gcry_cipher_modes
functions
gcry_cipher_close
gcry_cipher_decrypt
gcry_cipher_encrypt
gcry_cipher_get_algo_blklen
gcry_cipher_get_algo_keylen
gcry_cipher_open
gcry_cipher_setiv
gcry_cipher_setkey
structs
gcry_cipher_handle
See original's library documentation for details.