• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/

Lines Matching refs:cipher

113  * ECC cipher suite support in OpenSSL originally developed by 
162 SSL_CIPHER *cipher;
172 /* TODO: COMPLEMENT OF ALL and COMPLEMENT OF DEFAULT do not have ECC cipher suites handled properly. */
318 c=s->cipher;
514 co_list[co_list_num].cipher = c;
562 *ca_curr = ciph_curr->cipher;
570 * supported (not match any bit in mask) or represent a cipher
611 cp = curr->cipher;
613 /* If explicit cipher suite, match only that one for its own protocol version.
637 * cipher or not all of the bits were met, the
652 /* add the cipher if it has not been added yet. */
675 /* Move the added cipher to this location */
724 (curr->cipher->strength_bits > max_strength_bits))
725 max_strength_bits = curr->cipher->strength_bits;
744 number_uses[curr->cipher->strength_bits]++;
846 * Now search for the cipher alias in the ca_list. Be careful
848 * will make the rule "ADH:SOME" and the cipher
850 * So additionally check whether the cipher name found
989 * We also need cipher aliases for selecting based on the rule_str.
992 * For 1) we need the available ciphers and for 2) the cipher
1046 * The cipher selection for the list is done. The ciphers are added
1053 sk_SSL_CIPHER_push(cipherstack, curr->cipher);
1055 printf("<%s>\n",curr->cipher->name);
1078 char *SSL_CIPHER_description(SSL_CIPHER *cipher, char *buf, int len)
1090 alg=cipher->algorithms;
1091 alg_s=cipher->algo_strength;
1092 alg2=cipher->algorithm2;
1094 is_export=SSL_C_IS_EXPORT(cipher);
1095 pkl=SSL_C_EXPORT_PKEYLENGTH(cipher);
1096 kl=SSL_C_EXPORT_KEYLENGTH(cipher);
1187 switch(cipher->strength_bits)
1196 switch(cipher->strength_bits)
1232 BIO_snprintf(buf,len,format,cipher->name,ver,kx,au,enc,mac,exp_str,alg);
1234 BIO_snprintf(buf,len,format,cipher->name,ver,kx,au,enc,mac,exp_str);
1253 /* return the actual cipher being used */
1261 /* number of bits for symmetric cipher */