Lines Matching +full:p +full:- +full:384
39 { "sha1", &br_sha1_vtable, "SHA-1" },
40 { "sha224", &br_sha224_vtable, "SHA-224" },
41 { "sha256", &br_sha256_vtable, "SHA-256" },
42 { "sha384", &br_sha384_vtable, "SHA-384" },
43 { "sha512", &br_sha512_vtable, "SHA-512" },
65 "ECDHE with ECDSA, AES-128/GCM encryption (TLS 1.2+)"
71 "ECDHE with RSA, AES-128/GCM encryption (TLS 1.2+)"
77 "ECDHE with ECDSA, AES-256/GCM encryption (TLS 1.2+)"
83 "ECDHE with RSA, AES-256/GCM encryption (TLS 1.2+)"
89 "ECDHE with ECDSA, AES-128/CCM encryption (TLS 1.2+)"
95 "ECDHE with ECDSA, AES-256/CCM encryption (TLS 1.2+)"
101 "ECDHE with ECDSA, AES-128/CCM_8 encryption (TLS 1.2+)"
107 "ECDHE with ECDSA, AES-256/CCM_8 encryption (TLS 1.2+)"
113 "ECDHE with ECDSA, AES-128/CBC + SHA-256 (TLS 1.2+)"
119 "ECDHE with RSA, AES-128/CBC + SHA-256 (TLS 1.2+)"
125 "ECDHE with ECDSA, AES-256/CBC + SHA-384 (TLS 1.2+)"
131 "ECDHE with RSA, AES-256/CBC + SHA-384 (TLS 1.2+)"
137 "ECDHE with ECDSA, AES-128/CBC + SHA-1"
143 "ECDHE with RSA, AES-128/CBC + SHA-1"
149 "ECDHE with ECDSA, AES-256/CBC + SHA-1"
155 "ECDHE with RSA, AES-256/CBC + SHA-1"
161 "ECDH key exchange (EC cert), AES-128/GCM (TLS 1.2+)"
167 "ECDH key exchange (RSA cert), AES-128/GCM (TLS 1.2+)"
173 "ECDH key exchange (EC cert), AES-256/GCM (TLS 1.2+)"
179 "ECDH key exchange (RSA cert), AES-256/GCM (TLS 1.2+)"
185 "ECDH key exchange (EC cert), AES-128/CBC + HMAC/SHA-256 (TLS 1.2+)"
191 "ECDH key exchange (RSA cert), AES-128/CBC + HMAC/SHA-256 (TLS 1.2+)"
197 "ECDH key exchange (EC cert), AES-256/CBC + HMAC/SHA-384 (TLS 1.2+)"
203 "ECDH key exchange (RSA cert), AES-256/CBC + HMAC/SHA-384 (TLS 1.2+)"
209 "ECDH key exchange (EC cert), AES-128/CBC + HMAC/SHA-1"
215 "ECDH key exchange (RSA cert), AES-128/CBC + HMAC/SHA-1"
221 "ECDH key exchange (EC cert), AES-256/CBC + HMAC/SHA-1"
227 "ECDH key exchange (RSA cert), AES-256/CBC + HMAC/SHA-1"
233 "RSA key exchange, AES-128/GCM encryption (TLS 1.2+)"
239 "RSA key exchange, AES-256/GCM encryption (TLS 1.2+)"
245 "RSA key exchange, AES-128/CCM encryption (TLS 1.2+)"
251 "RSA key exchange, AES-256/CCM encryption (TLS 1.2+)"
257 "RSA key exchange, AES-128/CCM_8 encryption (TLS 1.2+)"
263 "RSA key exchange, AES-256/CCM_8 encryption (TLS 1.2+)"
269 "RSA key exchange, AES-128/CBC + HMAC/SHA-256 (TLS 1.2+)"
275 "RSA key exchange, AES-256/CBC + HMAC/SHA-256 (TLS 1.2+)"
281 "RSA key exchange, AES-128/CBC + HMAC/SHA-1"
287 "RSA key exchange, AES-256/CBC + HMAC/SHA-1"
293 "ECDHE with ECDSA, 3DES/CBC + SHA-1"
299 "ECDHE with RSA, 3DES/CBC + SHA-1"
305 "ECDH key exchange (EC cert), 3DES/CBC + HMAC/SHA-1"
311 "ECDH key exchange (RSA cert), 3DES/CBC + HMAC/SHA-1"
317 "RSA key exchange, 3DES/CBC + HMAC/SHA-1"
329 { "sect163k1", "K-163", NULL, NULL } },
335 { "sect163r2", "B-163", NULL, NULL } },
344 { "sect233k1", "K-233", NULL, NULL } },
347 { "sect233r1", "B-233", NULL, NULL } },
353 { "sect283k1", "K-283", NULL, NULL } },
356 { "sect283r1", "B-283", NULL, NULL } },
359 { "sect409k1", "K-409", NULL, NULL } },
362 { "sect409r1", "B-409", NULL, NULL } },
365 { "sect571k1", "K-571", NULL, NULL } },
368 { "sect571r1", "B-571", NULL, NULL } },
383 { "secp192r1", "P-192", NULL, NULL } },
389 { "secp224r1", "P-224", NULL, NULL } },
394 "secp256r1 (P-256)",
395 { "secp256r1", "P-256", "prime256v1", NULL } },
397 "secp384r1 (P-384)",
398 { "secp384r1", "P-384", NULL, NULL } },
400 "secp521r1 (P-521)",
401 { "secp521r1", "P-521", NULL, NULL } },
586 return -1; in get_curve_name_ext()
624 return -1; in get_suite_name_ext()
653 printf(" %-8s %s\n", in list_names()
659 printf(" %-8s %s\n", in list_names()
702 if (c <= 32 || c == '-' || c == '_' || c == '.' in is_ign()
711 * Get next non-ignored character, normalised:
713 * control characters, space, '-', '_', '.', '/', '+' and ':' are ignored
730 c += 'a' - 'A'; in next_char()
773 return c - '0'; in hexval()
775 return c - 'A' + 10; in hexval()
777 return c - 'a' + 10; in hexval()
779 return -1; in hexval()
810 return (size_t)-1; in parse_size()
814 || z == (size_t)-1) in parse_size()
817 return (size_t)-1; in parse_size()
824 * Comma-separated list enumeration. This returns a pointer to the first
830 * Empty words are skipped. If there is no next non-empty word, then this
841 * Find next non-ignored character which is not a comma. in next_word()
870 u = (size_t)(*str - begin); in next_word()
871 while (u > 0 && is_ign(begin[u - 1])) { in next_word()
872 u --; in next_word()
932 id = (hash_functions[u].hclass->desc in parse_hash_functions()
1038 return -1; in get_curve_by_name()
1046 case br_md5sha1_ID: return "MD5+SHA-1"; in hash_function_name()
1048 case br_sha1_ID: return "SHA-1"; in hash_function_name()
1049 case br_sha224_ID: return "SHA-224"; in hash_function_name()
1050 case br_sha256_ID: return "SHA-256"; in hash_function_name()
1051 case br_sha384_ID: return "SHA-384"; in hash_function_name()
1052 case br_sha512_ID: return "SHA-512"; in hash_function_name()