equal
deleted
inserted
replaced
1384 static int |
1384 static int |
1385 xmlSecSymbianCryptoKeyDataRsaXmlRead(xmlSecKeyDataId id, xmlSecKeyPtr key, |
1385 xmlSecSymbianCryptoKeyDataRsaXmlRead(xmlSecKeyDataId id, xmlSecKeyPtr key, |
1386 xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) { |
1386 xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) { |
1387 xmlSecKeyDataPtr data; |
1387 xmlSecKeyDataPtr data; |
1388 xmlNodePtr cur; |
1388 xmlNodePtr cur; |
1389 RSA *rsa=NULL; |
1389 //RSA *rsa=NULL; |
1390 int ret; |
1390 int ret; |
1391 |
1391 |
1392 xmlSecAssert2(id == xmlSecSymbianCryptoKeyDataRsaId, -1); |
1392 xmlSecAssert2(id == xmlSecSymbianCryptoKeyDataRsaId, -1); |
1393 xmlSecAssert2(key, -1); |
1393 xmlSecAssert2(key, -1); |
1394 xmlSecAssert2(node, -1); |
1394 xmlSecAssert2(node, -1); |