Home | History | Annotate | Download | only in tls

Lines Matching defs:cipher

118 		 * Cipher option 2a.
542 * tlsv1_client_get_cipher - Get current cipher name
544 * @buf: Buffer for the cipher name
548 * Get the name of the currently used cipher.
553 char *cipher;
557 cipher = "RC4-MD5";
560 cipher = "RC4-SHA";
563 cipher = "DES-CBC-SHA";
566 cipher = "DES-CBC3-SHA";
569 cipher = "ADH-AES-128-SHA256";
572 cipher = "ADH-AES-128-SHA";
575 cipher = "AES-256-SHA";
578 cipher = "AES-256-SHA256";
581 cipher = "AES-128-SHA";
584 cipher = "AES-128-SHA256";
590 if (os_strlcpy(buf, cipher, buflen) >= buflen)
707 * Returns: Size of the key_block for the negotiated cipher suite or -1 on
721 * tlsv1_client_set_cipher_list - Configure acceptable cipher suites
732 /* TODO: implement proper configuration of cipher suites */
746 * server does not know how to search cipher suites from the