Home
last modified time | relevance | path

Searched refs:derp (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/evp/
Devp_extra_test.cc613 const uint8_t *derp = CBS_data(&spki); in ParseCertificate() local
614 ScopedEVP_PKEY pubkey(d2i_PUBKEY(NULL, &derp, CBS_len(&spki))); in ParseCertificate()
615 if (!pubkey || derp != CBS_data(&spki) + CBS_len(&spki)) { in ParseCertificate()
619 derp = CBS_data(&algorithm); in ParseCertificate()
620 ScopedX509_ALGOR algor(d2i_X509_ALGOR(NULL, &derp, CBS_len(&algorithm))); in ParseCertificate()
621 if (!algor || derp != CBS_data(&algorithm) + CBS_len(&algorithm)) { in ParseCertificate()
736 const uint8_t *derp = kExampleBadECKeyDER; in TestEVP_PKCS82PKEY() local
738 d2i_PKCS8_PRIV_KEY_INFO(NULL, &derp, sizeof(kExampleBadECKeyDER))); in TestEVP_PKCS82PKEY()
739 if (!p8inf || derp != kExampleBadECKeyDER + sizeof(kExampleBadECKeyDER)) { in TestEVP_PKCS82PKEY()
756 const uint8_t *derp = kExampleRSAKeyDER; in Testd2i_PrivateKey() local
[all …]