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

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_clnt.c1056 unsigned char epms[SSL_MAX_MASTER_KEY_LENGTH local
1058 int padl, outl = sizeof(epms);
1150 EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf,
1152 EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl);
1154 if (outl > (int)sizeof epms)
1163 memcpy(p, epms, outl);
1173 OPENSSL_cleanse(epms, outl);
H A Ds3_clnt.c2413 unsigned char epms[SSL_MAX_MASTER_KEY_LENGTH local
2415 int padl, outl = sizeof(epms);
2509 EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf,
2511 EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl);
2513 if (outl > (int)sizeof epms)
2522 memcpy(p, epms, outl);
2532 OPENSSL_cleanse(epms, outl);
/external/openssl/ssl/
H A Dd1_clnt.c1064 unsigned char epms[SSL_MAX_MASTER_KEY_LENGTH local
1066 int padl, outl = sizeof(epms);
1158 EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf,
1160 EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl);
1162 if (outl > (int)sizeof epms)
1171 memcpy(p, epms, outl);
1181 OPENSSL_cleanse(epms, outl);
H A Ds3_clnt.c2492 unsigned char epms[SSL_MAX_MASTER_KEY_LENGTH local
2494 int padl, outl = sizeof(epms);
2588 EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf,
2590 EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl);
2592 if (outl > (int)sizeof epms)
2601 memcpy(p, epms, outl);
2611 OPENSSL_cleanse(epms, outl);

Completed in 88 milliseconds