Home | History | Annotate | Download | only in ssl

Lines Matching refs:epms

2396 			unsigned char	epms[SSL_MAX_MASTER_KEY_LENGTH 
2398 int padl, outl = sizeof(epms);
2492 EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf,
2494 EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl);
2496 if (outl > (int)sizeof epms)
2505 memcpy(p, epms, outl);
2515 OPENSSL_cleanse(epms, outl);