Home
last modified time | relevance | path

Searched refs:get_nonce (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/tools/crypto/ccp/
Dtest_dbc.py55 get_nonce(self.d, None)
123 get_nonce(self.d, None)
128 get_nonce(self.d, None)
133 get_nonce(self.d, self.signature)
160 get_nonce(self.d, None)
168 get_nonce(self.d, self.signature)
Ddbc.py34 def get_nonce(device, signature): function
38 ret = lib.get_nonce(device.fileno(), ctypes.byref(buf), signature)
Ddbc.c20 int get_nonce(int fd, void *nonce_out, void *signature) in get_nonce() function
Ddbc_cli.py98 nonce = get_nonce(d, sig)