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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Ds3_enc.c203 int is_exp,n,i,j,k,cl; local
206 is_exp=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
280 j=is_exp ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
282 /* Was j=(is_exp)?5:EVP_CIPHER_key_length(c); */
311 if (is_exp)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_enc.c204 int is_exp,n,i,j,k,cl; local
207 is_exp=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
292 j=is_exp ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
294 /* Was j=(is_exp)?5:EVP_CIPHER_key_length(c); */
323 if (is_exp)

Completed in 103 milliseconds