Searched refs:get_nonce (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/crypto/ccp/ |
D | test_dbc.py | 61 get_nonce(self.d, None) 132 get_nonce(self.d, None) 137 get_nonce(self.d, None) 141 get_nonce(self.d, None) 143 get_nonce(self.d, self.signature) 148 get_nonce(self.d, None) 171 get_nonce(self.d, None) 179 get_nonce(self.d, self.signature)
|
D | dbc.py | 33 def get_nonce(device, signature): function 37 ret = lib.get_nonce(device.fileno(), ctypes.byref(buf), signature)
|
D | dbc.c | 21 int get_nonce(int fd, void *nonce_out, void *signature) in get_nonce() function
|
D | dbc_cli.py | 98 nonce = get_nonce(d, sig)
|