Searched refs:nonce_plus_one (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ceph/ |
| H A D | auth_x.c | 912 void **p, void *end, u64 *nonce_plus_one, in decrypt_authorizer_reply() argument 929 ceph_decode_64_safe(&dp, dend, *nonce_plus_one, e_inval); in decrypt_authorizer_reply() 930 dout("%s nonce_plus_one %llu\n", __func__, *nonce_plus_one); in decrypt_authorizer_reply() 950 u64 nonce_plus_one; in ceph_x_verify_authorizer_reply() local 959 reply + reply_len, &nonce_plus_one, in ceph_x_verify_authorizer_reply() 964 if (nonce_plus_one != au->nonce + 1) { in ceph_x_verify_authorizer_reply()
|
| H A D | auth_x_protocol.h | 123 __le64 nonce_plus_one; member
|