Searched refs:get_nonce (Results 1 – 3 of 3) sorted by relevance
/linux/tools/crypto/ccp/ |
H A D | test_dbc.py | 61 get_nonce(self.d, None) 79 """tries to call get_nonce ioctl with invalid data structures""" 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)
|
H A D | dbc.c | 21 int get_nonce(int fd, void *nonce_out, void *signature) in get_nonce() function
|
H A D | dbc_cli.py | 98 nonce = get_nonce(d, sig)
|