Searched refs:epms (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dnet_dim.h64 int epms; /* events per msec */ member in struct:net_dim_stats
276 if (!prev->epms)
279 if (IS_SIGNIFICANT_DIFF(curr->epms, prev->epms))
280 return (curr->epms < prev->epms) ? NET_DIM_STATS_BETTER :
369 curr_stats->epms = DIV_ROUND_UP(NET_DIM_NEVENTS * USEC_PER_MSEC,
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_clnt.c2613 unsigned char epms[SSL_MAX_MASTER_KEY_LENGTH + EVP_MAX_IV_LENGTH]; local
2614 int padl, outl = sizeof(epms);
2704 EVP_EncryptUpdate(&ciph_ctx, epms, &outl, tmp_buf,
2706 EVP_EncryptFinal_ex(&ciph_ctx, &(epms[outl]), &padl);
2708 if (outl > (int)sizeof(epms)) {
2717 memcpy(p, epms, outl);
2729 OPENSSL_cleanse(epms, outl);

Completed in 66 milliseconds