Home
last modified time | relevance | path

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

/linux-6.12.1/tools/crypto/ccp/
Dtest_dbc.py61 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)
Ddbc.py33 def get_nonce(device, signature): function
37 ret = lib.get_nonce(device.fileno(), ctypes.byref(buf), signature)
Ddbc.c21 int get_nonce(int fd, void *nonce_out, void *signature) in get_nonce() function
Ddbc_cli.py98 nonce = get_nonce(d, sig)