Searched refs:cipherArgLen (Results 1 – 1 of 1) sorted by relevance
116 /* 1 */ PRUint8 cipherArgLen; member478 to->u.ssl2.cipherArgLen = from->u.ssl2.cipherArg.len; in ConvertFromSID()495 to->u.ssl2.masterKeyLen, to->u.ssl2.cipherArgLen, in ConvertFromSID()548 if (from->u.ssl2.cipherArgLen) { in ConvertToSID()550 (unsigned char*)PORT_Alloc(from->u.ssl2.cipherArgLen); in ConvertToSID()555 from->u.ssl2.cipherArgLen); in ConvertToSID()560 to->u.ssl2.cipherArg.len = from->u.ssl2.cipherArgLen; in ConvertToSID()