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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_clnt.c776 unsigned char epms[SSL_MAX_MASTER_KEY_LENGTH local
778 int padl, outl = sizeof(epms);
870 EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf,
872 EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl);
874 if (outl > sizeof epms)
883 memcpy(p, epms, outl);
893 OPENSSL_cleanse(epms, outl);
H A Ds3_clnt.c1718 unsigned char epms[SSL_MAX_MASTER_KEY_LENGTH local
1720 int padl, outl = sizeof(epms);
1814 EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf,
1816 EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl);
1818 if (outl > sizeof epms)
1827 memcpy(p, epms, outl);
1837 OPENSSL_cleanse(epms, outl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_clnt.c2570 unsigned char epms[SSL_MAX_MASTER_KEY_LENGTH + EVP_MAX_IV_LENGTH]; local
2571 int padl, outl = sizeof(epms);
2661 EVP_EncryptUpdate(&ciph_ctx, epms, &outl, tmp_buf,
2663 EVP_EncryptFinal_ex(&ciph_ctx, &(epms[outl]), &padl);
2665 if (outl > (int)sizeof epms) {
2674 memcpy(p, epms, outl);
2686 OPENSSL_cleanse(epms, outl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_clnt.c2570 unsigned char epms[SSL_MAX_MASTER_KEY_LENGTH + EVP_MAX_IV_LENGTH]; local
2571 int padl, outl = sizeof(epms);
2661 EVP_EncryptUpdate(&ciph_ctx, epms, &outl, tmp_buf,
2663 EVP_EncryptFinal_ex(&ciph_ctx, &(epms[outl]), &padl);
2665 if (outl > (int)sizeof epms) {
2674 memcpy(p, epms, outl);
2686 OPENSSL_cleanse(epms, outl);

Completed in 38 milliseconds