Searched refs:TestValidPrivateKey (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/evp/ |
D | evp_extra_test.cc | 681 static bool TestValidPrivateKey(const uint8_t *input, size_t input_len, in TestValidPrivateKey() function 699 if (!TestValidPrivateKey(kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), in Testd2i_AutoPrivateKey() 705 if (!TestValidPrivateKey(kExampleRSAKeyPKCS8, sizeof(kExampleRSAKeyPKCS8), in Testd2i_AutoPrivateKey() 711 if (!TestValidPrivateKey(kExampleECKeyDER, sizeof(kExampleECKeyDER), in Testd2i_AutoPrivateKey() 717 if (!TestValidPrivateKey(kExampleDSAKeyDER, sizeof(kExampleDSAKeyDER), in Testd2i_AutoPrivateKey()
|