Lines Matching full:cipher
118 * Cipher option 2a.
548 * tlsv1_client_get_cipher - Get current cipher name
550 * @buf: Buffer for the cipher name
554 * Get the name of the currently used cipher.
559 char *cipher;
563 cipher = "RC4-MD5";
566 cipher = "RC4-SHA";
569 cipher = "DES-CBC-SHA";
572 cipher = "DES-CBC3-SHA";
575 cipher = "DHE-RSA-DES-CBC-SHA";
578 cipher = "DHE-RSA-DES-CBC3-SHA";
581 cipher = "ADH-RC4-MD5";
584 cipher = "ADH-DES-SHA";
587 cipher = "ADH-DES-CBC3-SHA";
590 cipher = "AES-128-SHA";
593 cipher = "DHE-RSA-AES-128-SHA";
596 cipher = "ADH-AES-128-SHA";
599 cipher = "AES-256-SHA";
602 cipher = "DHE-RSA-AES-256-SHA";
605 cipher = "ADH-AES-256-SHA";
608 cipher = "AES-128-SHA256";
611 cipher = "AES-256-SHA256";
614 cipher = "DHE-RSA-AES-128-SHA256";
617 cipher = "DHE-RSA-AES-256-SHA256";
620 cipher = "ADH-AES-128-SHA256";
623 cipher = "ADH-AES-256-SHA256";
629 if (os_strlcpy(buf, cipher, buflen) >= buflen)
742 * Returns: Size of the key_block for the negotiated cipher suite or -1 on
756 * tlsv1_client_set_cipher_list - Configure acceptable cipher suites
767 /* TODO: implement proper configuration of cipher suites */
781 * server does not know how to search cipher suites from the