Home
last modified time | relevance | path

Searched refs:cipher_params (Results 1 – 25 of 51) sorted by relevance

123

/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/Hash/
H A DCMAC.py51 def __init__(self, key, msg, ciphermod, cipher_params, mac_len, argument
58 self._cipher_params = cipher_params
255 def new(key, msg=None, ciphermod=None, cipher_params=None, mac_len=None, argument
290 cipher_params = {} if cipher_params is None else dict(cipher_params)
301 return CMAC(key, msg, ciphermod, cipher_params, mac_len,
H A DCMAC.pyi15 cipher_params: dict,
28 cipher_params: Dict = ...,
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/Hash/
H A DCMAC.py51 def __init__(self, key, msg, ciphermod, cipher_params, mac_len, argument
58 self._cipher_params = cipher_params
255 def new(key, msg=None, ciphermod=None, cipher_params=None, mac_len=None, argument
290 cipher_params = {} if cipher_params is None else dict(cipher_params)
301 return CMAC(key, msg, ciphermod, cipher_params, mac_len,
H A DCMAC.pyi15 cipher_params: dict,
28 cipher_params: Dict = ...,
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/Cipher/
H A D_mode_openpgp.py61 def __init__(self, factory, key, iv, cipher_params): argument
74 **cipher_params)
101 **cipher_params)
H A D_mode_eax.py80 def __init__(self, factory, key, nonce, mac_len, cipher_params): argument
111 cipher_params=cipher_params)
125 **cipher_params)
H A D_mode_ccm.py117 cipher_params): argument
130 self._cipher_params = cipher_params
153 **cipher_params)
175 **cipher_params)
647 cipher_params = dict(kwargs)
650 assoc_len, cipher_params)
H A D_mode_ocb.py115 def __init__(self, factory, nonce, mac_len, cipher_params): argument
149 params_without_key = dict(cipher_params)
170 raw_cipher = factory._create_base_cipher(cipher_params)
171 if cipher_params:
172 raise TypeError("Unknown keywords: " + str(cipher_params))
H A D_mode_gcm.py180 def __init__(self, factory, key, nonce, mac_len, cipher_params, ghash_c): argument
225 **cipher_params
245 **cipher_params)
255 **cipher_params)
H A D_mode_openpgp.pyi17 cipher_params: Dict) -> None: ...
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/Cipher/
H A D_mode_openpgp.py61 def __init__(self, factory, key, iv, cipher_params): argument
74 **cipher_params)
101 **cipher_params)
H A D_mode_eax.py80 def __init__(self, factory, key, nonce, mac_len, cipher_params): argument
111 cipher_params=cipher_params)
125 **cipher_params)
H A D_mode_ccm.py117 cipher_params): argument
130 self._cipher_params = cipher_params
153 **cipher_params)
175 **cipher_params)
647 cipher_params = dict(kwargs)
650 assoc_len, cipher_params)
H A D_mode_ocb.py115 def __init__(self, factory, nonce, mac_len, cipher_params): argument
149 params_without_key = dict(cipher_params)
170 raw_cipher = factory._create_base_cipher(cipher_params)
171 if cipher_params:
172 raise TypeError("Unknown keywords: " + str(cipher_params))
H A D_mode_gcm.py180 def __init__(self, factory, key, nonce, mac_len, cipher_params, ghash_c): argument
225 **cipher_params
245 **cipher_params)
255 **cipher_params)
H A D_mode_openpgp.pyi17 cipher_params: Dict) -> None: ...
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dpem2john.py87 cipher_params = params["encryption_scheme"]
88 cipher = cipher_params["algorithm"]
89 iv = cipher_params["parameters"]
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/IO/
H A D_PBES.py141 cipher_params = {}
150 cipher_params['effective_keylen'] = 64
159 cipher_params['effective_keylen'] = 64
170 cipher = ciphermod.new(key, ciphermod.MODE_CBC, iv, **cipher_params)
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/IO/
H A D_PBES.py141 cipher_params = {}
150 cipher_params['effective_keylen'] = 64
159 cipher_params['effective_keylen'] = 64
170 cipher = ciphermod.new(key, ciphermod.MODE_CBC, iv, **cipher_params)
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/Protocol/
H A DKDF.py188 def __init__(self, key, ciphermod, cipher_params=None): argument
208 if cipher_params is None:
211 self._cipher_params = dict(cipher_params)
251 cipher_params=self._cipher_params)
271 cipher_params=self._cipher_params)
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/Protocol/
H A DKDF.py188 def __init__(self, key, ciphermod, cipher_params=None): argument
208 if cipher_params is None:
211 self._cipher_params = dict(cipher_params)
251 cipher_params=self._cipher_params)
271 cipher_params=self._cipher_params)
/dports/security/openssl-legacy-static/openssl-1.0.2u/engines/ccgost/
H A Dgost_asn1.c39 ASN1_OPT(GOST_KEY_PARAMS, cipher_params, ASN1_OBJECT),
/dports/security/openssl-unsafe/openssl-c9ba19c/engines/ccgost/
H A Dgost_asn1.c39 ASN1_OPT(GOST_KEY_PARAMS, cipher_params, ASN1_OBJECT),
/dports/security/libressl-static/libressl-3.3.5/crypto/gost/
H A Dgost_asn1.h96 ASN1_OBJECT *cipher_params; member
/dports/security/libressl/libressl-3.4.3/crypto/gost/
H A Dgost_asn1.h96 ASN1_OBJECT *cipher_params; member

123