Searched refs:cert_cbs (Results 1 – 1 of 1) sorted by relevance
233 CBS cert_cbs; in check_leaf_cert_and_privkey() local234 CRYPTO_BUFFER_init_CBS(leaf_buffer, &cert_cbs); in check_leaf_cert_and_privkey()235 UniquePtr<EVP_PKEY> pubkey = ssl_cert_parse_pubkey(&cert_cbs); in check_leaf_cert_and_privkey()249 !ssl_cert_check_key_usage(&cert_cbs, key_usage_digital_signature)) { in check_leaf_cert_and_privkey()531 CBS cert_cbs; in ssl_cert_check_private_key() local533 &cert_cbs); in ssl_cert_check_private_key()534 UniquePtr<EVP_PKEY> pubkey = ssl_cert_parse_pubkey(&cert_cbs); in ssl_cert_check_private_key()