Searched refs:nonce_plus_one (Results 1 – 2 of 2) sorted by relevance
/linux/net/ceph/ |
A D | auth_x.c | 845 void **p, void *end, u64 *nonce_plus_one, in decrypt_authorizer_reply() argument 861 ceph_decode_64_safe(&dp, dend, *nonce_plus_one, e_inval); in decrypt_authorizer_reply() 862 dout("%s nonce_plus_one %llu\n", __func__, *nonce_plus_one); in decrypt_authorizer_reply() 882 u64 nonce_plus_one; in ceph_x_verify_authorizer_reply() local 891 reply + reply_len, &nonce_plus_one, in ceph_x_verify_authorizer_reply() 896 if (nonce_plus_one != au->nonce + 1) { in ceph_x_verify_authorizer_reply()
|
A D | auth_x_protocol.h | 85 __le64 nonce_plus_one; member
|
Completed in 6 milliseconds