Home
last modified time | relevance | path

Searched defs:IMPLEMENT_D2I_FP (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/x509/
Dx_all.c209 #define IMPLEMENT_D2I_FP(type, name, bio_func) \ macro
231 IMPLEMENT_D2I_FP(RSA, d2i_RSAPrivateKey_fp, d2i_RSAPrivateKey_bio) in IMPLEMENT_D2I_FP() function
344 IMPLEMENT_D2I_FP(X509_SIG, d2i_PKCS8_fp, d2i_PKCS8_bio) in IMPLEMENT_D2I_FP() function
369 IMPLEMENT_D2I_FP(EVP_PKEY, d2i_PrivateKey_fp, d2i_PrivateKey_bio) in IMPLEMENT_D2I_FP() function