Home
last modified time | relevance | path

Searched defs:register_cipher (Results 1 – 5 of 5) sorted by relevance

/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/misc/crypt/
H A Dcrypt_register_cipher.c21 int register_cipher(const struct ltc_cipher_descriptor *cipher) in register_cipher() function
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/misc/crypt/
H A Dcrypt_register_cipher.c21 int register_cipher(const struct ltc_cipher_descriptor *cipher) in register_cipher() function
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/misc/crypt/
H A Dcrypt_register_cipher.c23 int register_cipher(const struct ltc_cipher_descriptor *cipher) in register_cipher() function
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/misc/crypt/
H A Dcrypt_register_cipher.c15 int register_cipher(const struct ltc_cipher_descriptor *cipher) in register_cipher() function
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/crypto/
H A Dcipher.py119 def register_cipher(cipher_name, key_size, iv_size, block_size): function