Searched refs:cbs (Results 1 – 3 of 3) sorted by relevance
252 CBS cbs; in ECKEYParsePrivateKey() local253 CBS_init(&cbs, buf, len); in ECKEYParsePrivateKey()255 auto result = EC_KEY_parse_private_key(&cbs, group); in ECKEYParsePrivateKey()257 if (result != nullptr && CBS_len(&cbs) != 0) { in ECKEYParsePrivateKey()
248 CBS cbs; in TEST_P() local251 CBS_init(&cbs, rsa_key_2k, rsa_key_2k_len); in TEST_P()254 CBS_init(&cbs, rsa_key_4k, rsa_key_4k_len); in TEST_P()259 EVP_PKEY_Ptr pkey(EVP_parse_private_key(&cbs)); in TEST_P()
976 CBS cbs; in makeCert() local977 CBS_init(&cbs, key.data(), key.size()); in makeCert()978 auto pkey = EVP_parse_public_key(&cbs); in makeCert()