Lines Matching refs:sess
511 assert(sizeof(handtx.verf) * 4 == sizeof(handtx.sess)); in dmsg_crypto_negotiate()
517 for (i = 0; i < sizeof(handtx.sess); ++i) in dmsg_crypto_negotiate()
518 handtx.verf[i / 4] ^= handtx.sess[i]; in dmsg_crypto_negotiate()
617 for (i = 0; i < sizeof(handrx.sess); ++i) in dmsg_crypto_negotiate()
618 handrx.verf[i / 4] ^= handrx.sess[i]; in dmsg_crypto_negotiate()
632 (char*)handrx.sess, in dmsg_crypto_negotiate()
634 (char*)handrx.sess + crypto_algos[DMSG_CRYPTO_ALGO].keylen, in dmsg_crypto_negotiate()
635 sizeof(handrx.sess) - crypto_algos[DMSG_CRYPTO_ALGO].keylen, in dmsg_crypto_negotiate()
641 (char*)handtx.sess, in dmsg_crypto_negotiate()
643 (char*)handtx.sess + crypto_algos[DMSG_CRYPTO_ALGO].keylen, in dmsg_crypto_negotiate()
644 sizeof(handtx.sess) - crypto_algos[DMSG_CRYPTO_ALGO].keylen, in dmsg_crypto_negotiate()