Home | History | Annotate | Download | only in ssl

Lines Matching refs:signature

1099   /* Retain a copy of the original CBS to compute the signature over. */
1224 /* At this point, |server_key_exchange| contains the signature, if any, while
1238 uint8_t hash, signature;
1240 !CBS_get_u8(&server_key_exchange, &signature)) {
1245 if (!tls12_check_peer_sigalg(ssl, &md, &al, hash, signature, pkey)) {
1255 /* The last field in |server_key_exchange| is the signature. */
1256 CBS signature;
1257 if (!CBS_get_u16_length_prefixed(&server_key_exchange, &signature) ||
1271 !EVP_DigestVerifyFinal(&md_ctx, CBS_data(&signature),
1272 CBS_len(&signature))) {
1273 /* bad signature */
1828 /* Skip over the already written signature algorithm and retry the
1829 * signature. */