Home
last modified time | relevance | path

Searched refs:cipherkey (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/tests/sys/opencrypto/
Dcryptotest.py111 cipherkey = binascii.unhexlify(data['Key'])
125 cipherkey,
126 mac=self._gmacsizes[len(cipherkey)],
127 mackey=cipherkey, crid=crid,
183 cipherkey = binascii.unhexlify(data['KEY'])
191 c = Crypto(cryptodev.CRYPTO_AES_CBC, cipherkey, crid=crid)
212 cipherkey = binascii.unhexlify(data['Key'])
224 c = Crypto(meth, cipherkey, crid=crid)
344 cipherkey = binascii.unhexlify(key)
352 c = Crypto(cryptodev.CRYPTO_3DES_CBC, cipherkey, crid=crid)
/freebsd-12-stable/sys/mips/nlm/hal/
Dnlmsaelib.h465 unsigned char *cipherkey, unsigned int cipherkeylen, in nlm_crypto_fill_pkt_ctrl() argument
473 if (cipherkey) in nlm_crypto_fill_pkt_ctrl()
474 memcpy(ctrl->key, cipherkey, cipherkeylen); in nlm_crypto_fill_pkt_ctrl()