Searched refs:PemData (Results 1 – 4 of 4) sorted by relevance
73 IN CONST UINT8 *PemData, in RsaGetPrivateKeyFromPem() argument85 if (PemData == NULL || RsaContext == NULL || PemSize > INT_MAX) { in RsaGetPrivateKeyFromPem()116 if (BIO_write (PemBio, PemData, (int) PemSize) <= 0) { in RsaGetPrivateKeyFromPem()
36 IN CONST UINT8 *PemData, in RsaGetPrivateKeyFromPem() argument
2023 IN CONST UINT8 *PemData,