Lines Matching refs:cipher
493 * tlsv1_server_get_cipher - Get current cipher name
495 * @buf: Buffer for the cipher name
499 * Get the name of the currently used cipher.
504 char *cipher;
508 cipher = "RC4-MD5";
511 cipher = "RC4-SHA";
514 cipher = "DES-CBC-SHA";
517 cipher = "DES-CBC3-SHA";
520 cipher = "ADH-AES-128-SHA";
523 cipher = "AES-256-SHA";
526 cipher = "AES-128-SHA";
532 if (os_strlcpy(buf, cipher, buflen) >= buflen)
599 * Returns: Size of the key_block for the negotiated cipher suite or -1 on
613 * tlsv1_server_set_cipher_list - Configure acceptable cipher suites
624 /* TODO: implement proper configuration of cipher suites */