Searched refs:cipherkey (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/tests/sys/opencrypto/ |
| HD | cryptotest.py | 94 cipherkey = data['Key'].decode('hex') 107 cipherkey, 108 mac=self._gmacsizes[len(cipherkey)], 109 mackey=cipherkey, crid=crid) 147 cipherkey = data['KEY'].decode('hex') 155 c = Crypto(cryptodev.CRYPTO_AES_CBC, cipherkey, crid=crid) 176 cipherkey = data['Key'].decode('hex') 187 c = Crypto(meth, cipherkey, crid=crid) 215 cipherkey = key.decode('hex') 223 c = Crypto(cryptodev.CRYPTO_3DES_CBC, cipherkey, crid=crid)
|
| /freebsd-11-stable/sys/mips/nlm/hal/ |
| HD | nlmsaelib.h | 463 unsigned char *cipherkey, unsigned int cipherkeylen, in nlm_crypto_fill_pkt_ctrl() argument 471 if (cipherkey) in nlm_crypto_fill_pkt_ctrl() 472 memcpy(ctrl->key, cipherkey, cipherkeylen); in nlm_crypto_fill_pkt_ctrl()
|